Click or drag to resize

ConverterBaseFieldToString Method

Convert a field value to an string to write this to the file.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public virtual string FieldToString(
	Object from
)

Parameters

from
Type: SystemObject
The field values to convert.

Return Value

Type: String
The string representing the field value.
Remarks
The basic implementation just returns from.ToString();
See Also