System::Security::SecureString::InsertAt méthode
SecureString::InsertAt method
Insère un caractère à l’index spécifié.
void System::Security::SecureString::InsertAt(int32_t index, char16_t c)
| Paramètre | Type | Description |
|---|---|---|
| indice | int32_t | La position où le caractère est inséré. |
| c | char16_t | Un caractère à insérer. |
Voir aussi
- Class SecureString
- Namespace System::Security
- Library Aspose.Font for C++