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
Syntaxpublic virtual string FieldToString(
Object from
)
Public Overridable Function FieldToString (
from As Object
) As String
Parameters
- from
- Type: SystemObject
The field values to convert.
Return Value
Type:
StringThe string representing the field value.
RemarksThe basic implementation just returns from.ToString();
See Also