SetCharAt()

String::SetCharAt(int, char_t) method

Sets character at specified position.

String & System::String::SetCharAt(int index, char_t ch)

Arguments

ParameterTypeDescription
indexintIndex to set character at.
chchar_tCharacter to put at specified position.

Return Value

Self reference.

See Also