Android.Util.JsonWriter.Value Method
Encodes value.

Syntax

[Android.Runtime.Register("value", "(Ljava/lang/String;)Landroid/util/JsonWriter;", "")]
public JsonWriter Value (string value)

Parameters

value
the literal string value, or null to encode a null literal.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Requirements

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