Triangle.ToString
Method in Triangle
Declaration
public override string ToString()
Description
Converts the triangle to a string.
Returns
string | The string representation of the triangle. |
public override string ToString()
Converts the triangle to a string.
string | The string representation of the triangle. |