FieldKernelFormatValue Method |
Format the provide values as specified in flags.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string FormatValue(
Object value,
FieldFormatFlags flags
)
Protected Function FormatValue (
value As Object,
flags As FieldFormatFlags
) As String
Parameters
- value
- Type: SystemObject
The value to format. - flags
- Type: NetQuarry.DataFieldFormatFlags
The flags specifying how the value is to be formatted.
Return Value
Type:
StringThe formatted value.
See Also