NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextWriter.WriteCharEntity

Forces the generation of a character entity for the specified Unicode character value.

[Visual Basic]
Overrides Public Sub WriteCharEntity( _
   ByVal ch As Char _
)
[C#]
public override void WriteCharEntity(
   char ch
);
[C++]
public: override void WriteCharEntity(
   __wchar_t ch
);
[JScript]
public override function WriteCharEntity(
   ch : Char
);

Parameters

ch
Unicode character for which to generate a character entity.

Remarks

This method writes the specified Unicode character in hexidecimal format.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace