WriteCharEntity (Compact 7)
3/12/2014
This method writes a character entity for the provided Unicode character value. This method writes the character entity in hexadecimal format.
Syntax
HRESULT WriteCharEntity (
WCHAR character
);
Arguments
- character
The character to write
Return Value
This method returns S_OK if no error is generated.
Remarks
This method does not accept surrogate pairs. To write a surrogate pair, see WriteSurrogateCharEntity.
See Also
Reference
IXmlWriter Methods
WriteSurrogateCharEntity
IXmlWriter Properties