Click or drag to resize
RegularExpressionHelperIsNumeric Method
检测字符是否为数字

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static bool IsNumeric(
	string text
)

Parameters

text
Type: SystemString
需检测的字符串

Return Value

Type: Boolean
布尔值
See Also