RegularExpressionHelperIsDecimal Method |
检测字符是否为十进制数.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static bool IsDecimal(
string text
)
public:
static bool IsDecimal(
String^ text
)
Parameters
- text
- Type: SystemString
需检测的字符串
Return Value
Type:
Boolean[Missing <returns> documentation for "M:X3Platform.Util.RegularExpressionHelper.IsDecimal(System.String)"]
See Also