Performs an implicit conversion from OutputFile to String.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static implicit operator string (
	OutputFile outputFile
)
Visual Basic
Public Shared Widening Operator CType ( 
	outputFile As OutputFile
) As String

Parameters

outputFile
Type: CodeSmith.Engine..::..OutputFile
The output file.

Return Value

Type: String
The result of the conversion.

See Also