ValidatorHelperIsInt Method | Helper帮助文档 |
是不是Int型的
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsInt( string source )
Public Shared Function IsInt ( source As String ) As Boolean
public: static bool IsInt( String^ source )
static member IsInt : source : string -> bool
Parameters
- source
- Type: SystemString
[Missing <param name="source"/> documentation for "M:HD.Common.ValidatorHelper.IsInt(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.ValidatorHelper.IsInt(System.String)"]
See Also