System::String::SetCharAt méthode

String::SetCharAt method

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

String & System::String::SetCharAt(int index, char_t ch)
ParamètreTypeDescription
indiceintIndice où définir le caractère.
chchar_tCaractère à placer à la position spécifiée.

ReturnValue

Référence à soi-même.

Voir aussi