C# Class Fan.Sys.Locale

Locale.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_langProps Uri
m_strProps Uri

Méthodes publiques

Méthode 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

Méthode Description
Locale ( ) : System
Locale ( string str, string lang, string country ) : System
monthByName ( string name ) : Month

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

country() public méthode

public country ( ) : string
Résultat string

cur() public static méthode

public static cur ( ) : Locale
Résultat Locale

dec() public méthode

public dec ( ) : NumberFormatInfo
Résultat System.Globalization.NumberFormatInfo

dotnet() public méthode

public dotnet ( ) : CultureInfo
Résultat System.Globalization.CultureInfo

fromStr() public static méthode

public static fromStr ( string s ) : Locale
s string
Résultat Locale

fromStr() public static méthode

public static fromStr ( string s, bool check ) : Locale
s string
check bool
Résultat Locale

hash() public méthode

public hash ( ) : long
Résultat long

lang() public méthode

public lang ( ) : string
Résultat string

setCur() public static méthode

public static setCur ( Locale locale ) : void
locale Locale
Résultat void

toStr() public méthode

public toStr ( ) : string
Résultat string

use() public méthode

public use ( Func func ) : Locale
func Func
Résultat Locale

Property Details

m_langProps public_oe property

public Uri m_langProps
Résultat Uri

m_strProps public_oe property

public Uri m_strProps
Résultat Uri