XmlExtensionMethodsWriteOptionalElementString Method |
Name | Description | |
---|---|---|
![]() ![]() | WriteOptionalElementStringT(XmlWriter, String, T) |
Writes an optional element string. If elementValue is equal to the default of T, no element is written.
|
![]() ![]() | WriteOptionalElementStringT(XmlWriter, String, T, String) |
Writes an optional element string. If elementValue is equal to the default of T, no element is written.
|
![]() ![]() | WriteOptionalElementStringT(XmlWriter, String, T, String, T) |
Writes an optional element string. If elementValue is equal to the default null value specified, no element is written.
|