XdmWriterSettings.ItemSeparator PropertyXdmWriterSettings.ItemSeparator PropertyXdmWriterSettings::ItemSeparator Property
- XmlPrime 3.0
- Other Versions ▼
Gets or sets a value the item separator string.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Property Value
Type: System.StringSystem.StringSystem::String^
A string of Unicode characters, or null
a null reference (Nothing
in Visual Basic)
nullptr
for the default behaviour.
Remarks
This property corresponds to the item-separator
serialization parameter.
By default this property is null
a null reference (Nothing
in Visual Basic)
nullptr
, indicating that the property is absent, and that items will be separated
by a single space.