ValidatorHelper.IsTel Method

HD.Common

ValidatorHelperIsTel Method Helper帮助文档
是不是中国电话,格式010-85849685

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool IsTel(
	string source
)
Public Shared Function IsTel ( 
	source As String
) As Boolean
public:
static bool IsTel(
	String^ source
)
static member IsTel : 
        source : string -> bool 

Parameters

source
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference