메소드 | 설명 | |
---|---|---|
GetString ( string key ) : string |
Returns the value from the State corresponding to the specified key.
|
|
GetString ( string key, |
Returns the value from the State corresponding to the specified key and System.Globalization.CultureInfo.
|
public GetString ( string key ) : string | ||
key | string | The key for which the corresponding value is required. |
리턴 | string |
public GetString ( string key, |
||
key | string | The key for which the corresponding value is required. |
culture | The specified |
|
리턴 | string |