méthode System::String::operator[]

String::operator[] method

Obtient le caractère à la position spécifiée.

char_t System::String::operator[](int index) const
ParamètreTypeDescription
indiceintIndice pour obtenir le caractère.

ReturnValue

Caractère à la position spécifiée ou 0xffff si hors limites.

Voir aussi