Click or drag to resize

DataServer.FieldGetFormatted Method (Typed)

X#
Return the contents of a specified field in this data server, according to the formatting specifications of its FieldSpec.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldGetFormatted(
	nFieldPosition AS USUAL
) AS USUAL
Request Example View Source

Parameters

nFieldPosition
Type: Usual
The name, number, or symbol representing the desired field.

Return Value

Type: Usual
The field's contents.
See Also