ValueExtensions Methods

The ValueExtensions type exposes the following members.

Methods

 

Name

Description

ValueExtensions Methods 1:

ValueExtensions Methods 2:

FromJson(String)

Returns a Value that represents the specified JSON String.

ValueExtensions Methods 3:

ValueExtensions Methods 4:

FromJson(String, Boolean)

Returns a Value that represents the specified JSON String.

ValueExtensions Methods 5:

ValueExtensions Methods 6:

ToJson(Value)

Returns an unformatted JSON String that represents the current Value.

ValueExtensions Methods 7:

ValueExtensions Methods 8:

ToJson(Value, Boolean)

Returns an unformatted JSON String that represents the current Value.

ValueExtensions Methods 9:

ValueExtensions Methods 10:

ToJson(Value, Boolean, Boolean)

Returns a JSON String that represents the current Value.

ValueExtensions Methods 11:

ValueExtensions Methods 12:

ToJsonValue

Returns a JsonValue that contains an unformatted JSON String representing the current Value.

Reference

ValueExtensions Class

TcHmiSrv.Core.Tools.Json.Extensions Namespace