Android.Telephony.PhoneNumberUtils.ToCallerIDMinMatch Method
Returns the rightmost MIN_MATCH (5) characters in the network portion in *reversed* order This can be used to do a database lookup against the column that stores getStrippedReversed() Returns null if phoneNumber == null

Syntax

[Android.Runtime.Register("toCallerIDMinMatch", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string ToCallerIDMinMatch (string phoneNumber)

Parameters

phoneNumber
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the rightmost MIN_MATCH (5) characters in the network portion in *reversed* order This can be used to do a database lookup against the column that stores getStrippedReversed() Returns null if phoneNumber == null

[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