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