PageValidate.IsDecimal Method

HD.Common

PageValidateIsDecimal Method Helper帮助文档
是否是浮点数

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool IsDecimal(
	string inputData
)
Public Shared Function IsDecimal ( 
	inputData As String
) As Boolean
public:
static bool IsDecimal(
	String^ inputData
)
static member IsDecimal : 
        inputData : string -> bool 

Parameters

inputData
Type: SystemString
输入字符串

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.PageValidate.IsDecimal(System.String)"]

See Also

Reference