Android.Telephony.PhoneNumberUtils.ReplaceUnicodeDigits Method
Replaces all unicode(e.g.

Syntax

[Android.Runtime.Register("replaceUnicodeDigits", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ReplaceUnicodeDigits (string number)

Parameters

number
the number to perform the replacement on.

Returns

Documentation for this section has not yet been entered.

Remarks

Replaces all unicode(e.g. Arabic, Persian) digits with their decimal digit equivalents.

[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