ConversionType Enum

Definition

The type of conversion for the data conversion. This apply only to the know types, the default is Byte Array which uses a simple BitConverter.ToString()

public enum ConversionType
type ConversionType = 
Public Enum ConversionType
Inheritance
ConversionType

Fields

BcdToString 1

BCD to string

ByteArray 0

Byte array

Date 3

Date format

DecimalNumber 4

Decimal number

RawString 2

Raw string

Time 5

Time

Applies to