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