C# Class Onism.Cldr.CldrLocale

Show file Open project: pgolebiowski/onism-cldr Class Usage Examples

Public Methods

Method Description
CldrLocale ( ) : System.Linq
CldrLocale ( string language, string script = null, string territory = null, string variant = null ) : System.Linq
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
JoinNotNull ( string separator ) : string

Method Details

CldrLocale() public method

public CldrLocale ( ) : System.Linq
return System.Linq

CldrLocale() public method

public CldrLocale ( string language, string script = null, string territory = null, string variant = null ) : System.Linq
language string
script string
territory string
variant string
return System.Linq

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool