Metodo System::String::ToCharArray

String::ToCharArray method

Converte la stringa o la sottostringa in un array di caratteri.

ArrayPtr<char_t> System::String::ToCharArray(int32_t startIndex=0, int32_t length=INT32_MAX) const
ParametroTipoDescrizione
startIndexint32_tIndice di inizio della sottostringa.
lunghezzaint32_tLunghezza della sottostringa.

ReturnValue

Array containing characters of the string.

Vedi anche