ConverterBaseStringToField Method |
Convert a string in the file to a field value.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic abstract Object StringToField(
string from
)
Public MustOverride Function StringToField (
from As String
) As Object
Parameters
- from
- Type: SystemString
The string to convert.
Return Value
Type:
ObjectThe Field value.
See Also