System::Char::Parse method
Char::Parse method
Converts the first and the only character of the specified string to a char_t value.
static char_t System::Char::Parse(const String &value)
Parameter | Type | Description |
---|---|---|
value | const String& | The string to convert. |
ReturnValue
The first and the only character of the specified string if it is exactly 1 character long.
See Also
- Class String
- Class Char
- Namespace System
- Library Aspose.PDF for C++