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.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public interface IByteArrayConverter<T>
Public Interface IByteArrayConverter(Of T)
generic<typename T>
public interface class IByteArrayConverter
type IByteArrayConverter<'T> = interface end
Type Parameters
- T
- The type of the converted object.
The IByteArrayConverterT type exposes the following members.
Methods
| Name | Description |
---|
| ByteArrayToObject |
Converts the specified type as T to an array of bytes.
|
| GetBytes |
Converts the specified type as T to an array of bytes.
|
TopSee Also