SECCalculator::GetFormatDecimal

TCHARSECCalculator::GetFormatDecimal(void)

Returns the decimal character used by scanf and printf. The character that scanf/printf use is determined by the ANSI C Runtime call to setlocale(). The default decimal character displayed on the calculator is determined by the Win32 call to SetThreadLocale(), and can be different from the character used by scanf and printf.

Defined in: SecCalc.cpp

Return Value

The current decimal character used by the ANSI C Runtime libraries based on the current locale.

See Also

SECCalculator