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.4.0.0 (5.4.0)
Syntaxpublic Dictionary<TypeConverterDefinition, string> GetSystemTypeConverters()
Public Function GetSystemTypeConverters As Dictionary(Of TypeConverterDefinition, String)
Return Value
Type: 
DictionaryTypeConverterDefinition, 
StringThe 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