Returns the double-byte integers that identify the user’s decimal and thousands separator characters.
<HsvSystemInfo>.GetNumberFormattingUserParameters pwcDecimalChar, pwcThousandsChar
Integer. Returns the double-byte integer equivalent of the user’s decimal character. | |
Integer. Returns the double-byte integer equivalent of the user’s thousands separator character. |
This example prints the user’s decimal and thousands separator characters to Visual Basic’s Immediate window.