PageValidate.IsDecimalSign Method

HD.Common

PageValidateIsDecimalSign 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 IsDecimalSign(
	string inputData
)
Public Shared Function IsDecimalSign ( 
	inputData As String
) As Boolean
public:
static bool IsDecimalSign(
	String^ inputData
)
static member IsDecimalSign : 
        inputData : string -> bool 

Parameters

inputData
Type: SystemString
输入字符串

Return Value

Type: Boolean

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

See Also

Reference