ToCharArray()
String::ToCharArray(int32_t, int32_t) const method
Converts string or substring to array of characters.
ArrayPtr<char_t> System::String::ToCharArray(int32_t startIndex=0, int32_t length=INT32_MAX) const
Arguments
Parameter | Type | Description |
---|---|---|
startIndex | int32_t | Substring start index. |
length | int32_t | Substring length. |
Return Value
Array containing characters of the string.
See Also
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Slides