ConversionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ByteArray | 0 | Byte array |
BcdToString | 1 | BCD to string |
RawString | 2 | Raw string |
Date | 3 | Date format |
DecimalNumber | 4 | Decimal number |
Time | 5 | Time |