Property | Type | Description | |
---|---|---|---|
CheckNeutral | void | ||
Construct | void | ||
ConstructCurrentCulture | |||
ConstructCurrentUICulture | |||
ConstructInvariant | void | ||
CreateCalendar | |||
CreateCulture | |||
CreateNotFoundException | Exception | ||
CreateSpecificCultureFromNeutral | |||
CreateTextInfo | |||
CultureInfo | System.Collections.Generic | ||
CultureInfo | System.Collections.Generic | ||
CultureInfo | System.Collections.Generic | ||
GetConsoleFallbackUICulture | |||
GetCultureInfo | |||
construct_datetime_format | void | ||
construct_internal_locale_from_lcid | bool | ||
construct_internal_locale_from_name | bool | ||
construct_number_format | void | ||
get_current_locale_name | string | ||
insert_into_shared_tables | void | ||
internal_get_cultures | System.Globalization.CultureInfo[] |
Method | Description | |
---|---|---|
ClearCachedData ( ) : void | ||
Clone ( ) : object | ||
CreateSpecificCulture ( string name ) : |
||
CultureInfo ( int culture ) : System.Collections.Generic | ||
CultureInfo ( int culture, bool useUserOverride ) : System.Collections.Generic | ||
CultureInfo ( string name ) : System.Collections.Generic | ||
CultureInfo ( string name, bool useUserOverride ) : System.Collections.Generic | ||
Equals ( object value ) : bool | ||
GetCultureInfo ( int culture ) : |
||
GetCultureInfo ( string name ) : |
||
GetCultureInfoByIetfLanguageTag ( string name ) : |
||
GetCultures ( CultureTypes types ) : System.Globalization.CultureInfo[] | ||
GetFormat ( Type formatType ) : object | ||
GetHashCode ( ) : int | ||
ReadOnly ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
CheckNeutral ( ) : void | ||
Construct ( ) : void | ||
ConstructCurrentCulture ( ) : |
||
ConstructCurrentUICulture ( ) : |
||
ConstructInvariant ( bool read_only ) : void | ||
CreateCalendar ( int calendarType ) : |
||
CreateCulture ( string name, bool reference ) : |
||
CreateNotFoundException ( string name ) : Exception | ||
CreateSpecificCultureFromNeutral ( string name ) : |
||
CreateTextInfo ( bool readOnly ) : |
||
CultureInfo ( ) : System.Collections.Generic | ||
CultureInfo ( int culture, bool useUserOverride, bool read_only ) : System.Collections.Generic | ||
CultureInfo ( string name, bool useUserOverride, bool read_only ) : System.Collections.Generic | ||
GetConsoleFallbackUICulture ( ) : |
||
GetCultureInfo ( string name, string altName ) : |
||
construct_datetime_format ( ) : void | ||
construct_internal_locale_from_lcid ( int lcid ) : bool | ||
construct_internal_locale_from_name ( string name ) : bool | ||
construct_number_format ( ) : void | ||
get_current_locale_name ( ) : string | ||
insert_into_shared_tables ( |
||
internal_get_cultures ( bool neutral, bool specific, bool installed ) : System.Globalization.CultureInfo[] |
public static CreateSpecificCulture ( string name ) : |
||
name | string | |
return |
public CultureInfo ( int culture ) : System.Collections.Generic | ||
culture | int | |
return | System.Collections.Generic |
public CultureInfo ( int culture, bool useUserOverride ) : System.Collections.Generic | ||
culture | int | |
useUserOverride | bool | |
return | System.Collections.Generic |
public CultureInfo ( string name ) : System.Collections.Generic | ||
name | string | |
return | System.Collections.Generic |
public CultureInfo ( string name, bool useUserOverride ) : System.Collections.Generic | ||
name | string | |
useUserOverride | bool | |
return | System.Collections.Generic |
public static GetCultureInfo ( int culture ) : |
||
culture | int | |
return |
public static GetCultureInfo ( string name ) : |
||
name | string | |
return |
public static GetCultureInfoByIetfLanguageTag ( string name ) : |
||
name | string | |
return |
public static GetCultures ( CultureTypes types ) : System.Globalization.CultureInfo[] | ||
types | CultureTypes | |
return | System.Globalization.CultureInfo[] |
public GetFormat ( Type formatType ) : object | ||
formatType | Type | |
return | object |
public static ReadOnly ( |
||
ci | ||
return |