IFieldToDisplayText Method |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ToDisplayText(
Object val,
ValueConversionFlags flags
)
Function ToDisplayText (
val As Object,
flags As ValueConversionFlags
) As String
Parameters
- val
- Type: SystemObject
The value to format. - flags
- Type: NetQuarry.DataValueConversionFlags
Flags specifying how the conversion should be performed.
Return Value
Type:
StringThe dipslay text for the value.
See Also