Converts the value of this instance to its equivalent string representation.
public override string ToString()
'Declaration
Public Overloads Overrides Function ToString() As String
Return Value
A
System.String value indicating the current
Length instance.
var length = new Length("1in");
string result = length.ToString(); // "1in"