Indicates the convertion used in the FieldConverterAttribute.
| Member Name | Description |
|---|---|
| None | Null Converter. |
| Date |
Convert from/to Date values. Params: arg1 is the string with the date format. |
| Boolean | Convert from/to Boolean values. |
| Byte |
Convert from/to Byte values. Params: arg1 is the decimal separator, by default '.' |
| Int16 |
Convert from/to Int16 or short values. Params: arg1 is the decimal separator, by default '.' |
| Int32 |
Convert from/to Int32 or int values. Params: arg1 is the decimal separator, by default '.' |
| Int64 |
Convert from/to Int64 or long values. Params: arg1 is the decimal separator, by default '.' |
| Decimal |
Convert from/to Decimal values. Params: arg1 is the decimal separator, by default '.' |
| Double |
Convert from/to Double values. Params: arg1 is the decimal separator, by default '.' |
| Single |
Convert from/to Single values. Params: arg1 is the decimal separator, by default '.' |
| SByte |
Convert from/to Byte values. Params: arg1 is the decimal separator, by default '.' |
| UInt16 |
Convert from/to UInt16 or unsigned short values. Params: arg1 is the decimal separator, by default '.' |
| UInt32 |
Convert from/to UInt32 or unsigned int values. Params: arg1 is the decimal separator, by default '.' |
| UInt64 |
Convert from/to UInt64 or unsigned long values. Params: arg1 is the decimal separator, by default '.' |
Namespace: FileHelpers
Assembly: FileHelpers (in FileHelpers.dll)