GeneratorUtilsProcessCodeGenerationOptionMacros Method  | 
 
            Processes the code generation option macros in the string passed in and returns the new string.
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static string ProcessCodeGenerationOptionMacros(
	string toProcess,
	IGroupableElement currentElement,
	IGenerator executingGenerator
)
Public Shared Function ProcessCodeGenerationOptionMacros ( 
	toProcess As String,
	currentElement As IGroupableElement,
	executingGenerator As IGenerator
) As String
Parameters
- toProcess
 - Type: SystemString
To process. - currentElement
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGroupableElement
The current element. - executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. 
Return Value
Type: 
String
            The toProcess string with all macros inside it processed.
            
See Also