Show / Hide Table of Contents

    Class RegionInfoExtensions

    This is an extension implementation of the System.Globalization.RegionInfo class.

    Inheritance
    System.Object
    RegionInfoExtensions
    Namespace: Cuemon.Globalization
    Assembly: Cuemon.Core.dll
    Syntax
    public static class RegionInfoExtensions

    Methods

    | Improve this Doc

    GetCultures(RegionInfo)

    Resolves a sequence of related System.Globalization.CultureInfo objects for the specified region.

    Declaration
    public static IEnumerable<CultureInfo> GetCultures(this RegionInfo region)
    Parameters
    Type Name Description
    System.Globalization.RegionInfo region

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

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Globalization.CultureInfo>

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

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX