Click or drag to resize
JsonFormatter Class
Inheritance Hierarchy
SystemObject
  Innovator.ClientJsonFormatter

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class JsonFormatter : IFormatProvider, 
	ICustomFormatter

The JsonFormatter type exposes the following members.

Constructors
  NameDescription
Public methodJsonFormatter
Initializes a new instance of the JsonFormatter class
Top
Methods
  NameDescription
Public methodStatic memberAppendEscapedJson
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICustomFormatterFormat
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
Explicit interface implementationPrivate methodIFormatProviderGetFormat
Returns an object that provides formatting services for the specified type.
Top
See Also