Click or drag to resize

ConverterBaseStringToField Method

Convert a string in the file to a field value.

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

Parameters

from
Type: SystemString
The string to convert.

Return Value

Type: Object
The Field value.
See Also