Click or drag to resize

FieldSpec.Transform Method (Typed)

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

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

Parameters

uValue
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: String
See Also