[This is preliminary documentation and is subject to change.]

Returns a String that represents this refineable associative rule.

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public string ToString(
	string indent
)

Parameters

indent
Type: System..::..String
The indentation level to append to the string representation

Return Value

A String representation of this refineable associative rule.

See Also