Click or drag to resize

UtilsBinaryStringToImage Method

바이너리형식의 문자열을 이미지로 변환하여 반환합니다.

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Image BinaryStringToImage(
	string data
)

Parameters

data
Type: SystemString
바이너리 텍스트

Return Value

Type: Image
Image Data
See Also