ValidateHelperIsInt32 Method |
是否为Int32字符
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static bool IsInt32(
string source
)
Public Shared Function IsInt32 (
source As String
) As Boolean
public:
static bool IsInt32(
String^ source
)
static member IsInt32 :
source : string -> bool
Parameters
- source
- Type: SystemString
字符串
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.ValidateHelper.IsInt32(System.String)"]
See Also