Android.Telephony.PhoneNumberUtils.ConvertKeypadLettersToDigits Method
Translates any alphabetic letters (i.e.

Syntax

[Android.Runtime.Register("convertKeypadLettersToDigits", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ConvertKeypadLettersToDigits (string input)

Parameters

input
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Translates any alphabetic letters (i.e. [A-Za-z]) in the specified phone number into the equivalent numeric digits, according to the phone keypad letter mapping described in ITU E.161 and ISO/IEC 9995-8.

[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