FieldSpec.Transform Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Transform(
Usual uValue = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also