System::String::TrimStart methode
inhoud
[
verbergen
]String::TrimStart() const method
Verwijdert alle witruimte‑tekens van het begin van de string.
String System::String::TrimStart() const
ReturnValue
String with no whitespaces at beginning.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::TrimStart(char_t) const method
Verwijdert alle voorkomens van het meegegeven teken van het begin van de string.
String System::String::TrimStart(char_t ch) const
| Parameter | Type | Beschrijving |
|---|---|---|
| ch | char_t | Symbool om te verwijderen. |
ReturnValue
Verwijderingsresultaat.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::TrimStart(const ArrayPtr<char_t>&) const method
Verwijdert alle voorkomens van meegegeven tekens van het begin van de string.
String System::String::TrimStart(const ArrayPtr<char_t> &anyOf) const
| Parameter | Type | Beschrijving |
|---|---|---|
| anyOf | const ArrayPtr<char_t>& | Array van tekens om te verwijderen. |
ReturnValue
String without removed characters.
Zie ook
- Class String
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Page for C++
String::TrimStart(const String&) const method
Verwijdert alle voorkomens van meegegeven tekens van het begin van de string.
String System::String::TrimStart(const String &anyOf) const
| Parameter | Type | Beschrijving |
|---|---|---|
| anyOf | const String& | String van tekens om te verwijderen. |
ReturnValue
String without removed characters.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++