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