PhoneNumberUtils.StringFromStringAndTOA Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- TOA
- PhoneNumberToa
Returns
- Attributes
Remarks
Basically: makes sure there's a + in front of a TOA_International number
Returns null if s == null
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.