Java.Util.Regex.Matcher.UseTransparentBounds Method
Determines whether this matcher has transparent bounds enabled or not.

Syntax

[Android.Runtime.Register("useTransparentBounds", "(Z)Ljava/util/regex/Matcher;", "")]
public Matcher UseTransparentBounds (bool value)

Parameters

value
the new value for transparent bounds.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines whether this matcher has transparent bounds enabled or not. When transparent bounds are enabled, the parts of the input outside the region are subject to lookahead and lookbehind, otherwise they are not. Transparent bounds are disabled by default.

[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