SqlHelperGetIsNumeric Method |
Gets the ISNUMERIC expression.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetIsNumeric(
string value
)
Parameters
- value
- Type: SystemString
Value to be checked
Return Value
Type:
StringExamples GetIsNumeric("ActivityValue")
returns ISNUMERIC(ActivityValue)
See Also