메소드 | 설명 | |
---|---|---|
EmptyCultureInfoProvider ( System.DateTime published ) : System |
Initializes a new instance of the EmptyCultureInfoProvider class.
|
|
FindByCurrency ( |
Finds the cultures that use a specific currency.
|
|
Get ( |
Retrieves an ExtendedCultureInfo equivalent to the specified (see CultureInfo).
|
|
Get ( int lcid ) : |
Retrieves an ExtendedCultureInfo with the name specified CultureInfo.LCID.
|
|
Get ( string cultureName ) : |
Retrieves an ExtendedCultureInfo with the ISO Code specified.
|
|
GetChildren ( |
Gets the child cultures of the specified culture.
|
public EmptyCultureInfoProvider ( System.DateTime published ) : System | ||
published | System.DateTime | The published. |
리턴 | 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 |