FieldSpec.Transform Method (Typed) | |
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
public virtual string Transform(
Usual uValue
)
Request Example
View SourceParameters
- 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:
StringSee Also