System.Xml.Serialization.XmlSerializationWriter.WriteNullableStringLiteral Method

Writes an XML element that contains a string as the body. System.Xml.XmlWriter inserts an xsi:nil='true' attribute if the string's value is null.

Syntax

protected void WriteNullableStringLiteral (string name, string ns, string value)

Parameters

name
The local name of the XML element to write.
ns
The namespace of the XML element to write.
value
The string to write in the body of the XML element.

Remarks

The protected members of System.Xml.Serialization.XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

When set to true, the nil attribute from the XML Schema instance namespace (abbreviated xsi) indicates a null value.

The XmlSerializationWriter.WriteNullableStringLiteral(string, string, string) method is called only when writing literal XML that can be defined in an XML Schema document.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0