메소드 | 설명 | |
---|---|---|
IsPicture ( byte value ) : bool |
Check whether the byte array contains a picture.
|
|
IsPicture ( string base64Value ) : bool |
Check whether the base64 encoded string contains a picture.
|
public static IsPicture ( byte value ) : bool | ||
value | byte | The byte array which should contain the picture data. |
리턴 | bool |
public static IsPicture ( string base64Value ) : bool | ||
base64Value | string | A base64 encoded string which should contain the picture data. |
리턴 | bool |