ValidatorHelper.IsDecimal Method

HD.Common

ValidatorHelperIsDecimal 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 strNumber
)
Public Shared Function IsDecimal ( 
	strNumber As String
) As Boolean
public:
static bool IsDecimal(
	String^ strNumber
)
static member IsDecimal : 
        strNumber : string -> bool 

Parameters

strNumber
Type: SystemString

[Missing <param name="strNumber"/> documentation for "M:HD.Common.ValidatorHelper.IsDecimal(System.String)"]

Return Value

Type: Boolean

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

See Also

Reference