次の方法で共有


PhoneNumberUtils.GetStrippedReversed(String) Method

Definition

Returns the network portion reversed.

[Android.Runtime.Register("getStrippedReversed", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string? GetStrippedReversed (string? phoneNumber);
[<Android.Runtime.Register("getStrippedReversed", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
static member GetStrippedReversed : string -> string

Parameters

phoneNumber
String

Returns

Attributes

Remarks

Returns the network portion reversed. This string is intended to go into an index column for a database lookup.

Returns null if phoneNumber == null

Java documentation for android.telephony.PhoneNumberUtils.getStrippedReversed(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to