Skip to content

TypeConverter Class

sequenze edited this page Jun 15, 2017 · 2 revisions

Provdes functionaly to convert .NET objects into json strings and back. Furthermore, it supports language independent typeconversion by boxing and unboxing of values through the use of a type map.

Inheritance Hierarchy

Object

Syntax

internal class TypeConverter

Overview

Clone this wiki locally