Share via


Clause.ToString Method

Definition

Overloads

ToString()

Returns a string that represents the current object.

ToString(StringBuilder, Int32)

Returns a string that represents the current object.

ToString()

Returns a string that represents the current object.

public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string value.

Applies to

ToString(StringBuilder, Int32)

Returns a string that represents the current object.

public void ToString (System.Text.StringBuilder builder, int indent = 0);
override this.ToString : System.Text.StringBuilder * int -> unit
Public Sub ToString (builder As StringBuilder, Optional indent As Integer = 0)

Parameters

builder
StringBuilder

A StringBuilder object.

indent
Int32

An integer represents the number of spaces at the start of a line.

Applies to