Parse()

Char::Parse(const String&) 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)

Arguments

ParameterTypeDescription
valueconst String&The string to convert.

Return Value

The first and the only character of the specified string if it is exactly 1 character long.

See Also