C# Class Microsoft.Protocols.TestSuites.MS_ASCNTC.AdapterHelper

The class provides the methods to assist MS-ASCNTCAdapter.
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
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.

Method Details

IsPicture() public static method

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.
return bool

IsPicture() public static method

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.
return bool