GetLocaleInfo(UInt32,UInt32,String,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function GetLocaleInfo( _
ByVal As System.UInteger, _
ByVal As System.UInteger, _
ByVal As System.String, _
ByVal As System.Integer _
) As System.Integer
public static System.int GetLocaleInfo(
System.uint ,
System.uint ,
System.string ,
System.int
)
Parameters
- Locale
- LCType
- lpLCData
- cchData
See Also