IsCurrency Function | |
Determine if a value is a Currency.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION IsCurrency(
uVal AS USUAL
) AS LOGIC
public static bool IsCurrency(
Usual uVal
)
Request Example
View SourceParameters
- uVal
- Type: Usual
The value to examine.
Return Value
Type:
LogicTRUE if the value is a Currency data type; otherwise, FALSE.
See Also