DbServer.FieldGetFormatted Method (Typed) | |
Return the contents of a specified field according to the formatting specifications of its FieldSpec object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldGetFormatted(
uField AS USUAL
) AS USUAL
public override Usual FieldGetFormatted(
Usual uField
)
Request Example
View SourceParameters
- uField
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
UsualSee Also