SyntaxNode.ToFullString Method

Definition

Returns full string representation of this node including its leading and trailing trivia.

public:
 virtual System::String ^ ToFullString();
public virtual string ToFullString ();
abstract member ToFullString : unit -> string
override this.ToFullString : unit -> string
Public Overridable Function ToFullString () As String

Returns

The full string representation of this node including its leading and trailing trivia.

Remarks

The length of the returned string is always the same as FullSpan.Length

Applies to