Click or drag to resize

UtilsImageToBinaryString Method (Image, ImageFormat)

이미지를 바이너리형식의 문자열로 반환합니다.

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 string ImageToBinaryString(
	Image image,
	ImageFormat imgFormat
)

Parameters

image
Type: System.DrawingImage
변환될 이미지
imgFormat
Type: System.Drawing.ImagingImageFormat
변환될 이미지포맷

Return Value

Type: String
변환된 바이너리 형식의 문자열
See Also