JsonSerializer.SerializeToString Method

public static string SerializeToString( 
object o 
)
This language is not supported or no code example is available.
public:  
static String^ SerializeToString( 
object^ o 
)
This language is not supported or no code example is available.
public static function SerializeToString( 
o : object 
) : String;
This language is not supported or no code example is available.

Parameters

o
object

Return Value

string

In this article

Definition