AppendChar()

SecureString::AppendChar(char16_t) method

Appends a character to the end of the string.

void System::Security::SecureString::AppendChar(char16_t c)

Arguments

ParameterTypeDescription
cchar16_tA character to append.

See Also