Android.Telephony.PhoneNumberUtils.NormalizeNumber Method
Normalize a phone number by removing the characters other than digits.

Syntax

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

Parameters

phoneNumber
the number to be normalized.

Returns

Documentation for this section has not yet been entered.

Remarks

Normalize a phone number by removing the characters other than digits. If the given number has keypad letters, the letters will be converted to digits first.

[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