[]
Get string of embedded resource.
public static string GetStringEmbeddedResource(Assembly assembly, string resourceName)
Type | Name | Description |
---|---|---|
Assembly | assembly | The assembly where to search a resource. |
string | resourceName | The name of resource. |
Type | Description |
---|---|
string | The string of embedded resource. |
Gets the string from embedded resource.
public static string GetStringEmbeddedResource(string name)
Type | Name | Description |
---|---|---|
string | name | The image name in resource. |
Type | Description |
---|---|
string | The string from embedded resource. |