CultureInfo class

Represent the Culture Info class.

Constructors

CultureInfo(String name)
Create an instances of culture info class.

Properties

culture String
getter/setter pair
dateTimeFormat DateTimeFormatInfo
Represents DateTimeFormatInfo separator.
no setter
hashCode int
The hash code for this object.
no setterinherited
numberFormat NumberFormatInfo
Represents NumberFormatInfo separator.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textInfo TextInfo
Represents TextInfo separator.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

currentCulture CultureInfo
Set the current culture.
getter/setter pair