ProjectGetTypeConverterDefinition Method  | 
 
            Gets the type converter definition with the name, either from the project specific type converters list or from the designer type converters
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic TypeConverterDefinition GetTypeConverterDefinition(
	string typeConverterName
)
Public Function GetTypeConverterDefinition ( 
	typeConverterName As String
) As TypeConverterDefinition
Parameters
- typeConverterName
 - Type: SystemString
Name of the type converter. 
Return Value
Type: 
TypeConverterDefinitionthe type converter definition with the name specified or null if not found
RemarksProject specific type converter definitions overrule designer type converter definitions with the same name
See Also