ToCode Method (Boolean)

HttpServer.dll

Converts the node to c# code

Namespace:  HttpServer.Rendering.Haml.Nodes
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual string ToCode(
	ref bool inString
)
Visual Basic (Declaration)
Public Overridable Function ToCode ( _
	ByRef inString As Boolean _
) As String
Visual C++
public:
virtual String^ ToCode(
	bool% inString
)

Parameters

inString
Type: System..::.Boolean %
true if we are inside the internal stringbuilder

Return Value

c# code

See Also