Interface IStringConvertible<T>
Interface of an object that implements ToString(T).
public interface IStringConvertible<T>
Type Parameters
T
- Extension Methods
Remarks
To be used in combination with IEqualityComparer<T>
Methods
ToString(T)
Returns a string representation of o
.
string ToString(T o)
Parameters
o
T