GetNumericValue()

Char::GetNumericValue(char_t) method

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

static double System::Char::GetNumericValue(char_t c)

Arguments

ParameterTypeDescription
cchar_tUTF-16 character to convert

Return Value

Numerical representation of the specified character.

See Also