Click or drag to resize

FieldKernelDisplayTextGet Method

Get the display text (vs. the underlying raw data in Value). The display text is generated by applying any picklist and formatting in order to convert the raw value into a string appropriate for presentation in the UI. Use DisplayTextSet(String) to set the field's raw value from a diplay text value. You can use ToDisplayText(Object, ValueConversionFlags) to convert raw value to its display text (with some limitations).

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string DisplayTextGet(
	DispTextFlags flags
)

Parameters

flags
Type: NetQuarry.DataDispTextFlags
Options specifying how the display text should be generated.

Return Value

Type: String
A string representing the field's value and suitable for display in the UI.

Implements

IFieldDisplayTextGet(DispTextFlags)
See Also