Method FromResource
FromResource(String)
Declaration
public static string FromResource(string resourceName)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceName |
Returns
Type | Description |
---|---|
System.String |
FromResource(String, Object[])
Declaration
public static string FromResource(string resourceName, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceName | |
System.Object[] | args |
Returns
Type | Description |
---|---|
System.String |