Clause.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.