You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > ToString Method > ToString Method (string, char, StringEscapeHandling)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.ToString Method (string, char, StringEscapeHandling)

Converts the String to its JSON string representation.

Syntax
C++
C#
Visual Basic
public: string ToString( string value, char delimiter, StringEscapeHandling stringEscapeHandling );
Parameters
Parameters 
Description 
value 
The value to convert. 
delimiter 
The string delimiter character. 
stringEscapeHandling 
The string escape handling. 
Returns

A JSON string representation of the String.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.