System::String::Remove méthode

String::Remove method

Extrait tout sauf la sous-chaîne de la chaîne actuelle.

String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
ParamètreTypeDescription
startIndexint32_tIndice du premier caractère à ne pas extraire.
countint32_tNombre de caractères à ne pas extraire.

ReturnValue

String around specified substring.

Voir aussi