FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / CultureInformation Property


In This Topic
    CultureInformation Property
    In This Topic
    Gets or sets information about a specific culture (called a locale for unmanaged code development).
    Syntax
    'Declaration
     
    
    Public Property CultureInformation As CultureInfo
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As CultureInfo
     
    instance.CultureInformation = value
     
    value = instance.CultureInformation
    public CultureInfo CultureInformation {get; set;}

    Property Value

    Type: System.Globalization.CultureInfo The information includes the names for the culture, the writing system, the calendar used, and formatting for dates and sort strings.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also