[]
        
(Showing Draft Content)

C1.Document.Utils.GetStringEmbeddedResource

GetStringEmbeddedResource Method

GetStringEmbeddedResource(Assembly, string)

Get string of embedded resource.

Declaration
public static string GetStringEmbeddedResource(Assembly assembly, string resourceName)
Parameters
Type Name Description
Assembly assembly

The assembly where to search a resource.

string resourceName

The name of resource.

Returns
Type Description
string

The string of embedded resource.

GetStringEmbeddedResource(string)

Gets the string from embedded resource.

Declaration
public static string GetStringEmbeddedResource(string name)
Parameters
Type Name Description
string name

The image name in resource.

Returns
Type Description
string

The string from embedded resource.