System::String::SetCharAt method

String::SetCharAt method

Sets character at specified position.

String & System::String::SetCharAt(int index, char_t ch)
ParameterTypeDescription
indexintIndex to set character at.
chchar_tCharacter to put at specified position.

ReturnValue

Self reference.

See Also