InsertAt()

SecureString::InsertAt(int32_t, char16_t) method

Inserts a character at the specified index.

void System::Security::SecureString::InsertAt(int32_t index, char16_t c)

Arguments

ParameterTypeDescription
indexint32_tThe position where character is inserted.
cchar16_tA character to insert.

See Also