Represents a delegate for a type conversion. A conversion can be registered by the RegisterConversion extension method.
Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.5.0-rc.1
Syntax
Parameters
- obj
- Type: SystemObject
The source object to convert. - targetType
- Type: SystemType
The desired type of the result. - culture
- Type: System.GlobalizationCultureInfo
The used culture for the conversion. If , then the conversion must use culture invariant conversion.
Return Value
Type: ObjectThe result instance of the conversion.
See Also