DataColumn.AsString Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AsString(
Usual uParam = default
)
Request Example
View SourceParameters
- uParam (Optional)
- Type: Usual
The value held in the current row of this data column.
Return Value
Type:
UsualRemarks
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