ObjectConverterConvertValue Method (Object, Type) |
转换一个对象值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Object ConvertValue(
Object value,
Type objectType
)
Public Shared Function ConvertValue (
value As Object,
objectType As Type
) As Object
public:
static Object^ ConvertValue(
Object^ value,
Type^ objectType
)
static member ConvertValue :
value : Object *
objectType : Type -> Object
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