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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also