| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable Sub WriteWhitespace( _ ByVal ws As String _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim ws As String instance.WriteWhitespace(ws) | |
Parameters
- ws
The string of white space characters.
XmlFastInfosetWriter does not preserve non-significant white space unless it's written within the scope of the element with the xml:space attribute set to "true" (xml:space="true").