System::Security::SecureString::InsertAt 메서드
SecureString::InsertAt method
지정된 인덱스에 문자를 삽입합니다.
void System::Security::SecureString::InsertAt(int32_t index, char16_t c)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 문자가 삽입되는 위치. |
| c | char16_t | 삽입할 문자. |
또 보기
- Class SecureString
- Namespace System::Security
- Library Aspose.Page for C++