System::String::Copy method
String::Copy method
Erstellt eine Kopie der Zeichenkette.
static String System::String::Copy(const String &str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | String zum Kopieren. |
ReturnValue
Kopie des übergebenen Strings.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++