Click or drag to resize
JsonHelperToJson Method (Object, Type)
将一个实体类对象转换到Json格式

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToJson(
	Object param,
	Type type
)

Parameters

param
Type: SystemObject

[Missing <param name="param"/> documentation for "M:X3Platform.Util.JsonHelper.ToJson(System.Object,System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:X3Platform.Util.JsonHelper.ToJson(System.Object,System.Type)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.JsonHelper.ToJson(System.Object,System.Type)"]

See Also