ComponentOne SuperTooltip for WinForms
C1.Win.8 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 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