Methods_T_Cyjb_IConverterProvider - CYJB/Cyjb GitHub Wiki
The IConverterProvider type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() |
GetConverterFrom | 返回将对象从 inputType 类型转换为 OriginType 类型的类型转换器。 要求类型转换器是静态方法,不能是实例方法。 |
![]() |
GetConverterTo | 返回将对象从 OriginType 类型转换为 outputType 类型的类型转换器。 要求类型转换器是静态方法,不能是实例方法。 |