Method ResourceUtil.GetString
Overload
Gets string.
public static string GetString(string name)
Parameters
name (string)
Resource name, like |
Returns
Exceptions
FileNotFoundException
Cannot find assembly or resource. |
InvalidOperationException
Unsupported resource type. |
Exception
Other exceptions that may be thrown by used .NET functions. |
Remarks
Supports resources of type string, byte[] (UTF-8), stream (UTF-8).