ToString

FormatFamilyBase.ToString method

Returns a string that represents the current object.

public override string ToString()

Return Value

A string that represents the current object, which is the value of the Name property.

Remarks

This method overrides ToString to return the Name property of the object.

See Also