ICharacterEscape
Description
- Extended by
-
CharacterEncoding abstract
CharacterEscape abstract
ITextStream
SourceCodeWriter sealed
Base interface for classes that decide whether to escape Unicode characters.
Public / Methods
EscapeCharacter
Checks whether the given Unicode code point must be escaped, because it cannot be represented in the output encoding.
Usually, escaping of characters happens at high levels in the application logic, for example when outputting the source code of a literal expression in some markup or programming language.