Click or drag to resize

CultureInfoExtensions Class

Extension methods for the CultureInfo class.
Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsCultureInfoExtensions

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public static class CultureInfoExtensions

The CultureInfoExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAncestors
Returns an enumeration of the ancestor elements of this element.
Public methodStatic memberGetAncestorsAndSelf
Returns an enumeration of elements that contain this element, and the ancestors of this element.
Public methodStatic memberGetChildren
Enumerates the immediate children of the specified item.
Public methodStatic memberGetDescendants
Enumerates all descendants of the specified item.
Top
See Also