Método System::String::SetCharAt

String::SetCharAt method

Establece el carácter en la posición especificada.

String & System::String::SetCharAt(int index, char_t ch)
ParámetroTipoDescripción
indexintIndex para establecer el carácter en.
chchar_tCarácter a colocar en la posición especificada.

ReturnValue

Referencia a sí mismo.

Ver también