ToCode Method (Boolean, Boolean)

HttpServer.dll

Convert 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,
	bool smallEnough
)
Visual Basic (Declaration)
Public Overridable Function ToCode ( _
	ByRef inString As Boolean, _
	smallEnough As Boolean _
) As String
Visual C++
public:
virtual String^ ToCode(
	bool% inString, 
	bool smallEnough
)

Parameters

inString
Type: System..::.Boolean %
True if we are inside the internal stringbuilder
smallEnough
Type: System..::.Boolean
true if all subnodes fit on one line

Return Value

c# code

See Also