Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static string ProcessCodeGenerationOptionMacros(
	string toProcess,
	IGroupableElement currentElement,
	IGenerator executingGenerator
)

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