Java.Util.Scanner.UseDelimiter Method
Sets the delimiting pattern of this Scanner with a pattern compiled from the supplied string value.

Syntax

[Android.Runtime.Register("useDelimiter", "(Ljava/lang/String;)Ljava/util/Scanner;", "")]
public Scanner UseDelimiter (string pattern)

Parameters

pattern
a string from which a Pattern can be compiled.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the delimiting pattern of this Scanner with a pattern compiled from the supplied string value.

[Android Documentation]

Requirements

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