Class World
This static class is designed to make System.Globalization operations easier to work with.
Inheritance
System.Object
World
Namespace: Cuemon.Globalization
Assembly: Cuemon.Core.dll
Syntax
public static class World
Properties
| Improve this DocRegions
Gets the by .NET specific regions of the world.
Declaration
public static IEnumerable<RegionInfo> Regions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Globalization.RegionInfo> | The .NET specific regions of the world. |