Click or drag to resize
ExpressionParserIsNumeric Method
判断字符串是否是数字类型

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static bool IsNumeric(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: Boolean
See Also