IXmlSerializerExtensions.TextAsync Method

Definition

Overloads

TextAsync(IXmlSerializer, String)
TextAsync(IXmlSerializer, Char[], Int32, Int32)

TextAsync(IXmlSerializer, String)

public static System.Threading.Tasks.Task<Org.XmlPull.V1.IXmlSerializer?> TextAsync (this Org.XmlPull.V1.IXmlSerializer self, string? text);
static member TextAsync : Org.XmlPull.V1.IXmlSerializer * string -> System.Threading.Tasks.Task<Org.XmlPull.V1.IXmlSerializer>

Parameters

text
String

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

TextAsync(IXmlSerializer, Char[], Int32, Int32)

public static System.Threading.Tasks.Task<Org.XmlPull.V1.IXmlSerializer?> TextAsync (this Org.XmlPull.V1.IXmlSerializer self, char[]? buf, int start, int len);
static member TextAsync : Org.XmlPull.V1.IXmlSerializer * char[] * int * int -> System.Threading.Tasks.Task<Org.XmlPull.V1.IXmlSerializer>

Parameters

buf
Char[]
start
Int32
len
Int32

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to