System::Security::SecureString::InsertAt 方法
SecureString::InsertAt method
在指定索引处插入一个字符。
void System::Security::SecureString::InsertAt(int32_t index, char16_t c)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int32_t | 字符插入的位置。 |
| c | char16_t | 要插入的字符。 |
另见
- Class SecureString
- Namespace System::Security
- Library Aspose.Font for C++