Android.Telephony.PhoneNumberUtils.ExtractNetworkPortion Method
Extracts the network address portion and canonicalizes (filters out separators.

Syntax

[Android.Runtime.Register("extractNetworkPortion", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ExtractNetworkPortion (string phoneNumber)

Parameters

phoneNumber
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Extracts the network address portion and canonicalizes (filters out separators.) Network address portion is everything up to DTMF control digit separators (pause or wait), but without non-dialable characters. Please note that the GSM wild character is allowed in the result. This must be resolved before dialing. Returns null if phoneNumber == null

[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