GeneratorUtilsGetDotNetTypeAsString Method (Type, IGenerator) | 
 
            Returns the string to emit for the .net type specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic static string GetDotNetTypeAsString(
	Type typeToEmit,
	IGenerator executingGenerator
)
Public Shared Function GetDotNetTypeAsString ( 
	typeToEmit As Type,
	executingGenerator As IGenerator
) As String
Parameters
- typeToEmit
 - Type: SystemType
The type to emit. - executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. 
Return Value
Type: 
String
See Also