IFieldDisplayTextGet 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string DisplayTextGet(
DispTextFlags flags
)
Function DisplayTextGet (
flags As DispTextFlags
) As String
Parameters
- flags
- Type: NetQuarry.DataDispTextFlags
Options specifying how the display text should be generated.
Return Value
Type:
StringA string representing the field's value and suitable for display in the UI.
See Also