I'm looking for an API to get information about the number format.
I would like to know what is the grouping simbol and the decimal symbol.
Someone could help me....
Thank you ..
Printable View
I'm looking for an API to get information about the number format.
I would like to know what is the grouping simbol and the decimal symbol.
Someone could help me....
Thank you ..
Try this one:
Code:Private Declare Function GetNumberFormat Lib "kernel32" Alias "GetNumberFormatA" (ByVal Locale As Long, ByVal dwFlags As Long, ByVal lpValue As String, lpFormat As NUMBERFMT, ByVal lpNumberStr As String, ByVal cchNumber As Long) As Long