toString method

String toString()
override
Returns a

Implementation

String toString() {
  return this.GetPrintableName() ?? "";
}