Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected string CreateFilename(
	string filenameFormat,
	string extension
)

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: String
usable name for the outputfile.
See Also