Click or drag to resize

IByteArrayConverterT Interface

Provides methods for converting a specified data type to an array of bytes, and an array of bytes to a specified type.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public interface IByteArrayConverter<T>

Type Parameters

T
The type of the converted object.

The IByteArrayConverterT type exposes the following members.

Methods
 NameDescription
Public methodByteArrayToObject Converts the specified type as T to an array of bytes.
Public methodGetBytes Converts the specified type as T to an array of bytes.
Top
See Also