FastToAscii()
String::FastToAscii(char, int) const method
Tries to convert a String to an ASCII string.
int System::String::FastToAscii(char buffer[], int buffer_size) const
Arguments
Parameter | Type | Description |
---|---|---|
buffer | char | A buffer to store the resulting string. |
buffer_size | int | Buffer’s size. |
Return Value
The resulting string length or -1 if a String is not an ASCII string.
See Also
- Class String
- Namespace System
- Library Aspose.Slides