ValidatorHelper.IsMobile Method

HD.Common

ValidatorHelperIsMobile Method Helper帮助文档
验证手机号

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

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

Parameters

source
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference