Table of Contents

Class Try

Namespace
CJson.Types
Assembly
CJson.dll
public class Try
Inheritance
Try
Inherited Members

Methods

GetType(dynamic)

public static string GetType(dynamic value)

Parameters

value dynamic

Returns

string

TryBoolean(JValue)

public static bool TryBoolean(JValue jValue)

Parameters

jValue JValue

Returns

bool

TryDouble(JValue)

public static bool TryDouble(JValue jValue)

Parameters

jValue JValue

Returns

bool

TryInt32(JValue)

public static bool TryInt32(JValue jValue)

Parameters

jValue JValue

Returns

bool

TryNull(JValue)

public static bool TryNull(JValue jValue)

Parameters

jValue JValue

Returns

bool

TryString(JValue)

public static bool TryString(JValue jValue)

Parameters

jValue JValue

Returns

bool