Click or drag to resize

ConverterBase Class

Base class to provide bi-directional Field - String conversion.
Inheritance Hierarchy
SystemObject
  FileHelpersConverterBase

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public abstract class ConverterBase

The ConverterBase type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultDateTimeFormat

Allow you to set the default Date Format used for the Converter.

using the same CustomDateTimeFormat that is used in the .NET framework.

By default: "ddMMyyyy"

Top
Methods
  NameDescription
Public methodFieldToString
Convert a field value to an string to write this to the file.
Public methodStringToField
Convert a string in the file to a field value.
Top
See Also