Function
Specifies the N base representation of the integer value.
Variable type
[ C#: enum WFileNumericFormat ] [ VB.NET: Enum WFileNumericFormat ]
Initial value
Decimal
Setting value
Value |
Enumeration member |
Description |
0 |
Binary |
Binary |
1 |
Decimal |
Decimal |
2 |
Hex |
Hexadecimal |
Remarks
Converts to the specified N base character string when the write data is Int32 type or Byte type.