PhoneNumberUtils.StringFromStringAndTOA Method

Definition

Overloads

StringFromStringAndTOA(String, PhoneNumberToa)

Basically: makes sure there's a + in front of a TOA_International number

StringFromStringAndTOA(String, Int32)

StringFromStringAndTOA(String, PhoneNumberToa)

Basically: makes sure there's a + in front of a TOA_International number

[Android.Runtime.Register("stringFromStringAndTOA", "(Ljava/lang/String;I)Ljava/lang/String;", "")]
public static string? StringFromStringAndTOA (string? s, Android.Telephony.PhoneNumberToa TOA);
[<Android.Runtime.Register("stringFromStringAndTOA", "(Ljava/lang/String;I)Ljava/lang/String;", "")>]
static member StringFromStringAndTOA : string * Android.Telephony.PhoneNumberToa -> string

Parameters

s
String

Returns

Attributes

Remarks

Basically: makes sure there's a + in front of a TOA_International number

Returns null if s == null

Java documentation for android.telephony.PhoneNumberUtils.stringFromStringAndTOA(java.lang.String, int).

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

StringFromStringAndTOA(String, Int32)

public static string? StringFromStringAndTOA (string s, int TOA);
static member StringFromStringAndTOA : string * int -> string

Parameters

s
String
TOA
Int32

Returns

Remarks

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