System::String::SetCharAt method
String::SetCharAt method
Sets character at specified position.
String & System::String::SetCharAt(int index, char_t ch)
Parameter | Type | Description |
---|---|---|
index | int | Index to set character at. |
ch | char_t | Character to put at specified position. |
ReturnValue
Self reference.
See Also
- Class String
- Class String
- Namespace System
- Library Aspose.PDF for C++