GH_ExpressionSyntaxWriter.RewriteAll Method

GH_ExpressionSyntaxWriterRewriteAll Method

Apply all syntax rulesets to the expression.

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string RewriteAll(
	string Expression
)
Public Shared Function RewriteAll ( 
	Expression As String
) As String

Parameters

Expression
Type: SystemString

Return Value

Type: String
See Also