Свойство | Тип | Описание | |
---|---|---|---|
CultureInfoProvider | System | ||
GetDepth | int |
Метод | Описание | |
---|---|---|
CultureInfoProvider ( System.DateTime published, [ |
Initializes a new instance of the CultureInfoProvider class.
|
|
FindByCurrency ( |
Finds the cultures that use a specific currency.
|
|
Get ( |
Retrieves an ExtendedCultureInfo equivalent to the CultureInfo.
|
|
Get ( int lcid ) : |
Retrieves an ExtendedCultureInfo with the name specified CultureInfo.LCID.
|
|
Get ( string cultureName ) : |
Retrieves an ExtendedCultureInfo with the name specified CultureInfo.Name.
|
|
GetChildren ( |
Gets the child cultures of the specified culture.
|
Метод | Описание | |
---|---|---|
CultureInfoProvider ( ) : System |
Initializes the CultureInfoProvider class.
|
|
GetDepth ( [ info ) : int |
Gets the depth of the given culture info.
|
public CultureInfoProvider ( System.DateTime published, [ |
||
published | System.DateTime | The published date time. |
cultures | [ |
The cultures. |
Результат | System |
public FindByCurrency ( |
||
currencyInfo | The currency information. | |
Результат | IEnumerable |
public Get ( |
||
cultureInfo | The culture info. | |
Результат |
public Get ( int lcid ) : |
||
lcid | int | The lcid. |
Результат |
public Get ( string cultureName ) : |
||
cultureName | string | The ISO Code. |
Результат |
public GetChildren ( |
||
cultureInfo | The culture to get the children of. | |
Результат | IEnumerable |