 | ILookupEditorBaseGetDisplayText Method |
Returns the text representation of the specified value formatted using the editor's settings.
Namespace:
EBP.Api.Interfaces.Controls.List
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxstring GetDisplayText(
Object editValue
)
Function GetDisplayText (
editValue As Object
) As String
Parameters
- editValue
- Type: SystemObject
An object representing the value to be formatted.
Return Value
Type:
StringA string value representing the formatted textual representation of the value specified.
See Also