C# Класс Microsoft.Protocols.TestSuites.MS_ASCNTC.AdapterHelper

The class provides the methods to assist MS-ASCNTCAdapter.
Показать файл Открыть проект

Открытые методы

Метод Описание
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