ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetLocaleInfo Method

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

    Parameters

    Locale
    LCType
    lpLCData
    cchData
    See Also