C# Class Fan.Sys.Locale

Locale.
Inheritance: FanObj
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_langProps Uri
m_strProps Uri

Public Methods

Method Description
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
country ( ) : string
cur ( ) : Locale
dec ( ) : NumberFormatInfo
dotnet ( ) : CultureInfo
fromStr ( string s ) : Locale
fromStr ( string s, bool check ) : Locale
hash ( ) : long
lang ( ) : string
setCur ( Locale locale ) : void
toStr ( ) : string
use ( Func func ) : Locale

Private Methods

Method Description
Locale ( ) : System
Locale ( string str, string lang, string country ) : System
monthByName ( string name ) : Month

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

country() public method

public country ( ) : string
return string

cur() public static method

public static cur ( ) : Locale
return Locale

dec() public method

public dec ( ) : NumberFormatInfo
return System.Globalization.NumberFormatInfo

dotnet() public method

public dotnet ( ) : CultureInfo
return System.Globalization.CultureInfo

fromStr() public static method

public static fromStr ( string s ) : Locale
s string
return Locale

fromStr() public static method

public static fromStr ( string s, bool check ) : Locale
s string
check bool
return Locale

hash() public method

public hash ( ) : long
return long

lang() public method

public lang ( ) : string
return string

setCur() public static method

public static setCur ( Locale locale ) : void
locale Locale
return void

toStr() public method

public toStr ( ) : string
return string

use() public method

public use ( Func func ) : Locale
func Func
return Locale

Property Details

m_langProps public property

public Uri m_langProps
return Uri

m_strProps public property

public Uri m_strProps
return Uri