InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetLocaleInfo Method / GetLocaleInfo(UInt32,UInt32,String,Int32) Method

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

    Parameters

    Locale
    LCType
    lpLCData
    cchData
    See Also