XdmWriter.WriteWhitespace MethodXdmWriter.WriteWhitespace MethodXdmWriter::WriteWhitespace Method

Writes out the given white space.

Syntax

Public Overrides Sub WriteWhitespace( _
    ws As String _
)
public override void WriteWhitespace(
    string ws
)
public:
virtual void WriteWhitespace(
    String^ ws
) override
 

Parameters

ws

Type: System.StringSystem.StringSystem::String^

The string of white space characters.

Exceptions

ExceptionCondition
ArgumentExceptionArgumentExceptionArgumentException The string contains non-white space characters.