JsonSerializer.Deserialize (Type, String) Method

public static object Deserialize( 
Type type
string data 
)
This language is not supported or no code example is available.
public:  
static object^ Deserialize( 
Type^ type
String^ data 
)
This language is not supported or no code example is available.
public static function Deserialize( 
type : Type
data : String 
) : object;
This language is not supported or no code example is available.

Parameters

type
Type

data
string

Return Value

object

In this article

Definition