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