PageValidateIsPhone Method | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.PageValidate.IsPhone(System.String)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsPhone( string inputData )
Public Shared Function IsPhone ( inputData As String ) As Boolean
public: static bool IsPhone( String^ inputData )
static member IsPhone : inputData : string -> bool
Parameters
- inputData
- Type: SystemString
[Missing <param name="inputData"/> documentation for "M:HD.Common.PageValidate.IsPhone(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.PageValidate.IsPhone(System.String)"]
See Also