TaskPerformerBaseCreateFilename Method (String, String, String) |
Creates a new filename without path, using the filename format and the specified values
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected string CreateFilename(
string filenameFormat,
string elementName,
string extension
)
Protected Function CreateFilename (
filenameFormat As String,
elementName As String,
extension As String
) As String
Parameters
- filenameFormat
- Type: SystemString
the format to use - elementName
- Type: SystemString
the element name to use as a replacement for a [elementName] specification in filenameFormat - extension
- Type: SystemString
the extension (without the '.') to use as a replacement for a [extension] specification in filenameFormat
Return Value
Type:
Stringusable name for the outputfile.
Remarks Converts [elementName] to the elementname specified. Converts all other elements CreateFilename(2) can convert
See Also