Sys.CultureInfo Class
Represents a culture definition that can be applied to objects that accept a culture-related setting.
Namespace: Sys
Inherits: None
var currentCultureInfoObj = Sys.CultureInfo.CurrentCulture; var dtfCCObject = currentCultureInfoObj.dateTimeFormat; var invariantCultureInfoObj = Sys.CultureInfo.InvariantCulture; var dtfICObject = invariantCultureInfoObj.dateTimeFormat;
|
Name |
Description |
|---|---|
|
Gets an object that contains globalization values for the current culture as sent by the server. |
|
|
Gets an object that contains an array of string values that define culture-sensitive formatting and parsing that can be applied to Date type extensions. |
|
|
Gets an object that contains globalization values for the invariant culture as sent by the server. |
|
|
Gets the culture value (locale) that represents a language and region. |
|
|
Gets an object that contains an array of culture-sensitive formatting and parsing string values that can be applied to Number type extensions. |
The CultureInfo class represents a culture definition that can be applied to objects that accept a culture-related setting. The client CultureInfo class resembles the .NET Framework CultureInfo class. For more information, see NIB: Using the CultureInfo Class.