Click or drag to resize
JsonMapperToObjectT Method (String)

[Missing <summary> documentation for "M:X3Platform.Json.JsonMapper.ToObject``1(System.String)"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static T ToObject<T>(
	string json
)

Parameters

json
Type: SystemString

[Missing <param name="json"/> documentation for "M:X3Platform.Json.JsonMapper.ToObject``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Json.JsonMapper.ToObject``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:X3Platform.Json.JsonMapper.ToObject``1(System.String)"]

See Also