Java.Util.Regex.Matcher.ToMatchResult Method
Converts the current match into a separate Java.Util.Regex.IMatchResult instance that is independent from this matcher.

Syntax

[Android.Runtime.Register("toMatchResult", "()Ljava/util/regex/MatchResult;", "")]
public IMatchResult ToMatchResult ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif no successful match has been made.

Remarks

Converts the current match into a separate Java.Util.Regex.IMatchResult instance that is independent from this matcher. The new object is unaffected when the state of this matcher changes.

[Android Documentation]

Requirements

Namespace: Java.Util.Regex
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1