Table of Contents

Method ToIdentifyingString

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

ToIdentifyingString(View?)

Returns a formatted string that identifies the View for debugging/logging purposes.

public static string ToIdentifyingString(this View? view)

Parameters

view View

Returns

string

A string identifying the View using Id, Title, Text, or type name.