Method ToIdentifyingString
ToIdentifyingString(View?)
Returns a formatted string that identifies the View for debugging/logging purposes.
public static string ToIdentifyingString(this View? view)
Parameters
viewView
Returns
- string
A string identifying the View using Id, Title, Text, or type name.