[This is preliminary documentation and is subject to change.]
Returns true if the value is a valid non-null/empty telephone
Namespace: NFX.ParsingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool CheckTelephone(
string phone
)
public static bool CheckTelephone(
string phone
)
Public Shared Function CheckTelephone (
phone As String
) As Boolean
Public Shared Function CheckTelephone (
phone As String
) As Boolean
public:
static bool CheckTelephone(
String^ phone
)
public:
static bool CheckTelephone(
String^ phone
)
static member CheckTelephone :
phone : string -> bool
static member CheckTelephone :
phone : string -> bool
Return Value
Type:
Boolean