ApplicationUtilsConvertNameMacrosToRealValuesForString Method |
Converts the name macros used in for example additional interfaces/namespaces to real values in the toConvert string specified
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static string ConvertNameMacrosToRealValuesForString(
string toConvert,
string groupName,
string elementName,
string fullName,
string containerName
)
Public Shared Function ConvertNameMacrosToRealValuesForString (
toConvert As String,
groupName As String,
elementName As String,
fullName As String,
containerName As String
) As String
Parameters
- toConvert
- Type: SystemString
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:
StringtoConvert with its macros replaced with the values specified
See Also