XmlSerializationWriter.WriteNullableStringEncodedRaw Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Writes a byte array as the body of an XML element. XmlNode inserts an xsi:nil='true' attribute if the string's value is nulla null reference (Nothing in Visual Basic).

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method WriteNullableStringEncodedRaw(String, String, array<Byte[], XmlQualifiedName) Writes a byte array as the body of an XML element. XmlWriter inserts an xsi:nil='true' attribute if the string's value is nulla null reference (Nothing in Visual Basic).
Protected method WriteNullableStringEncodedRaw(String, String, String, XmlQualifiedName) Writes an XML element that contains a string as the body. XmlWriter inserts an xsi:nil='true' attribute if the string's value is nulla null reference (Nothing in Visual Basic).

Top