ApplicationUtilsConvertNameMacrosToRealValues Method  | 
 
            Converts the name macros used in for example additional interfaces/namespaces to real values.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static IEnumerable<string> ConvertNameMacrosToRealValues(
	IEnumerable<string> stringsToConvert,
	string groupName,
	string elementName,
	string fullName,
	string containerName
)
Public Shared Function ConvertNameMacrosToRealValues ( 
	stringsToConvert As IEnumerable(Of String),
	groupName As String,
	elementName As String,
	fullName As String,
	containerName As String
) As IEnumerable(Of String)
Parameters
- stringsToConvert
 - Type: System.Collections.GenericIEnumerableString
The strings to convert. - groupName
 - Type: SystemString
Name of the group. - elementName
 - Type: SystemString
Name of the element. - fullName
 - Type: SystemString
The full name. - containerName
 - Type: SystemString
Name of the container. 
Return Value
Type: 
IEnumerableStringall string values with their macros replaced with the values specified
See Also