System::String::Substring-methode

String::Substring(int32_t) const method

Extraheert een substring.

String System::String::Substring(int32_t startIndex) const
ParameterTypeBeschrijving
startIndexint32_tStartindex van substring.

ReturnValue

Extraheerde substring.

Zie ook

String::Substring(int32_t, int32_t) const method

Extraheert een substring.

String System::String::Substring(int32_t startIndex, int32_t length) const
ParameterTypeBeschrijving
startIndexint32_tStartindex van substring.
lengteint32_tLengte van substring.

ReturnValue

Extraheerde substring.

Zie ook