System::String::Remove metodo

String::Remove method

Estrae tutto tranne la sottostringa dalla stringa corrente.

String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
ParametroTipoDescrizione
startIndexint32_tIndice del primo carattere da non estrarre.
countint32_tNumero di caratteri da non estrarre.

ReturnValue

String around specified substring.

Vedi anche