Click or drag to resize

DataColumn.AsString Method

X#
Return the current value in the current row of this data column as a formatted string.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AsString(
	uParam
) AS USUAL CLIPPER
Request Example View Source

Parameters

uParam (Optional)
Type: Usual
The value held in the current row of this data column.

Return Value

Type: Usual
Remarks
This method returns the same as DataColumn:TextValue. AsString() is the standard method provided by all objects, for returning some reasonable text when needed. Note that this string is formatted according to the picture clause held in the FieldSpec object inherited from the associated server field.
See Also