ValidateHelperIsPhoneOfChina Method |
是不是中国电话,格式010-88888888
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static bool IsPhoneOfChina(
string source
)
Public Shared Function IsPhoneOfChina (
source As String
) As Boolean
public:
static bool IsPhoneOfChina(
String^ source
)
static member IsPhoneOfChina :
source : string -> bool
Parameters
- source
- Type: SystemString
[Missing <param name="source"/> documentation for "M:Adf.ValidateHelper.IsPhoneOfChina(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.ValidateHelper.IsPhoneOfChina(System.String)"]
See Also