System::Char::GetNumericValue method

Char::GetNumericValue method

Converts the specified UTF-16 character into double-precision floating-point numerical value.

static double System::Char::GetNumericValue(char_t c)
ParameterTypeDescription
cchar_tUTF-16 character to convert

ReturnValue

Numerical representation of the specified character.

See Also