Android.Telephony.PhoneNumberUtils.ToaFromString Method
Returns the TOA for the given dial string Basically, returns TOA_International if there's a + prefix

Syntax

[Android.Runtime.Register("toaFromString", "(Ljava/lang/String;)I", "")]
public static int ToaFromString (string s)

Parameters

s
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the TOA for the given dial string Basically, returns TOA_International if there's a + prefix

[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