Click or drag to resize

FieldSpec.Transform Method

X#
Convert a specified value into a string, formatted according to this field specification's picture clause.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Transform(
	uValue
) AS USUAL CLIPPER
Request Example View Source

Parameters

uValue (Optional)
Type: Usual
The value to format. It should be of a type compliant with the underlying data type of this field specification. If not, the method returns NIL and sets FieldSpec:Status accordingly (note that FieldSpec:Transform() performs no other validations).

Return Value

Type: Usual
See Also