Click or drag to resize
ResourceHelperGetBytes Method (String)
获取当前程序集资源字节数组

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static byte[] GetBytes(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Adf.ResourceHelper.GetBytes(System.String)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Adf.ResourceHelper.GetBytes(System.String)"]

See Also