Android.Telephony.PhoneNumberUtils.IsWellFormedSmsAddress Method
Return true iff the network portion of address is, as far as we can tell on the device, suitable for use as an SMS destination address.

Syntax

[Android.Runtime.Register("isWellFormedSmsAddress", "(Ljava/lang/String;)Z", "")]
public static bool IsWellFormedSmsAddress (string address)

Parameters

address
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return true iff the network portion of address is, as far as we can tell on the device, suitable for use as an SMS destination address.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1