Click or drag to resize
ObjectConverterConvertValue Method (Object, Type)
转换一个对象值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static Object ConvertValue(
	Object value,
	Type objectType
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Adf.ObjectConverter.ConvertValue(System.Object,System.Type)"]

objectType
Type: SystemType

[Missing <param name="objectType"/> documentation for "M:Adf.ObjectConverter.ConvertValue(System.Object,System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Adf.ObjectConverter.ConvertValue(System.Object,System.Type)"]

See Also