TaskPerformerBaseCreateFilename Method (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.1.0.0 (5.1.0)
Syntax protected string CreateFilename(
string filenameFormat,
string extension
)
Protected Function CreateFilename (
filenameFormat As String,
extension As String
) As String
Parameters
- filenameFormat
- Type: SystemString
the format to use - 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.
See Also