A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Mcc.Series.Common
Utils Class
Utils Methods
ImageToBinaryString Method
ImageToBinaryString Method (Image)
ImageToBinaryString Method (Image, ImageFormat)
Utils
ImageToBinaryString 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#
Copy
public
static
string
ImageToBinaryString
(
Image
image
,
ImageFormat
imgFormat
)
Parameters
image
Type:
System.Drawing
Image
변환될 이미지
imgFormat
Type:
System.Drawing.Imaging
ImageFormat
변환될 이미지포맷
Return Value
Type:
String
변환된 바이너리 형식의 문자열
See Also
Reference
Utils Class
ImageToBinaryString Overload
Mcc.Series.Common Namespace