C# 클래스 Microsoft.Protocols.TestSuites.MS_ASCNTC.AdapterHelper

The class provides the methods to assist MS-ASCNTCAdapter.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
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.

메소드 상세

IsPicture() 공개 정적인 메소드

Check whether the byte array contains a picture.
public static IsPicture ( byte value ) : bool
value byte The byte array which should contain the picture data.
리턴 bool

IsPicture() 공개 정적인 메소드

Check whether the base64 encoded string contains a picture.
public static IsPicture ( string base64Value ) : bool
base64Value string A base64 encoded string which should contain the picture data.
리턴 bool