Click or drag to resize
SqlHelperGetIsNumeric Method
Gets the ISNUMERIC expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetIsNumeric(
	string value
)

Parameters

value
Type: SystemString
Value to be checked

Return Value

Type: String
Examples
GetIsNumeric("ActivityValue")
returns ISNUMERIC(ActivityValue)
See Also