Class World
- Namespace
- Cuemon.Globalization
- Assembly
- Cuemon.Core.dll
This static class is designed to make System.Globalization operations easier to work with.
public static class World
- Inheritance
-
World
Properties
Regions
Gets the by .NET specific regions of the world.
public static IEnumerable<RegionInfo> Regions { get; }
Property Value
- IEnumerable<RegionInfo>
The .NET specific regions of the world.
Methods
GetCultures(RegionInfo)
Resolves a sequence of related CultureInfo objects for the specified region
.
public static IEnumerable<CultureInfo> GetCultures(RegionInfo region)
Parameters
region
RegionInfoThe region to resolve a sequence of CultureInfo objects from.
Returns
- IEnumerable<CultureInfo>
An IEnumerable<T> sequence of CultureInfo objects.