Android.Util.JsonReader.NextString Method
Returns the JsonToken.String value of the next token, consuming it.

Syntax

[Android.Runtime.Register("nextString", "()Ljava/lang/String;", "")]
public string NextString ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the next token is not a string or if this reader is closed.
Java.IO.IOException

Remarks

Returns the JsonToken.String value of the next token, consuming it. If the next token is a number, this method will return its string form.

[Android Documentation]

Requirements

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