Show / Hide Table of Contents

Class CultureInfoParser

Parse language tags.

Inheritance
object
CultureInfoParser
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class CultureInfoParser

Methods

TryParse(string, out CultureInfo)

Tries to parse the specified language tag.

Declaration
public static bool TryParse(string culture, out CultureInfo cultureInfo)
Parameters
Type Name Description
string culture

The language tag to parse.

CultureInfo cultureInfo

The culture information to be populated.

Returns
Type Description
bool
Exceptions
Type Condition
ArgumentNullException

culture

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX