Overload_Cyjb_GenericConvert_GetConverter - CYJB/Cyjb GitHub Wiki
获取将对象从一种类型转换为另一种类型的转换器。
名称 | 说明 | |
---|---|---|
![]() ![]() |
GetConverter(TInput, TOutput)() | 获取将对象从 TInput 类型转换为 TOutput 类型的转换器。 |
![]() ![]() |
GetConverter(Type, Type) | 获取将对象从 inputType 类型转换为 outputType 类型的转换器。 |
获取将对象从一种类型转换为另一种类型的转换器。
名称 | 说明 | |
---|---|---|
![]() ![]() |
GetConverter(TInput, TOutput)() | 获取将对象从 TInput 类型转换为 TOutput 类型的转换器。 |
![]() ![]() |
GetConverter(Type, Type) | 获取将对象从 inputType 类型转换为 outputType 类型的转换器。 |