Table of Contents

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
Object
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 System.Globalization.CultureInfo objects for the specified region.

public static IEnumerable<CultureInfo> GetCultures(RegionInfo region)

Parameters

region RegionInfo

The region to resolve a sequence of System.Globalization.CultureInfo objects from.

Returns

IEnumerable<CultureInfo>

An System.Collections.Generic.IEnumerable<T> sequence of System.Globalization.CultureInfo objects.