You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > StringEscapeHandling Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.StringEscapeHandling Enumeration

Specifies how strings are escaped when writing JSON text.

Syntax
C++
C#
Visual Basic
public: enum StringEscapeHandling { Default = 0, EscapeNonAscii = 1, EscapeHtml = 2 };
Members
Members 
Description 
Default 
Only control characters (e.g. newline) are escaped.  
EscapeNonAscii 
All non-ASCII and control characters (e.g. newline) are escaped.  
EscapeHtml 
HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.