Click or drag to resize

ProjectGetSystemTypeConverters Method

Gets the system type converters as supported by the current target framework.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<TypeConverterDefinition, string> GetSystemTypeConverters()

Return Value

Type: DictionaryTypeConverterDefinition, String
The system type converters supported by this framework along with their defined code generation value. System type converters are type converters which don't have a runtime component and are implemented elsewhere at runtime.
See Also