Свойство | Type | Description | |
---|---|---|---|
ResourceFormatter | System.Globalization |
Méthode | Description | |
---|---|---|
GetString ( string resourceId ) : string |
Loads an unformatted string
|
|
GetString ( string resourceId, object args ) : string |
Loads a formatted string
|
Méthode | Description | |
---|---|---|
ResourceFormatter ( ) : System.Globalization |
public static GetString ( string resourceId ) : string | ||
resourceId | string | Identifier of string resource |
Résultat | string |
public static GetString ( string resourceId, object args ) : string | ||
resourceId | string | Identifier of string resource |
args | object | Array of objects to be passed to string.Format |
Résultat | string |