Click or drag to resize

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
)

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: String
The formatted value.
See Also