PairTFirst, TSecondToString Method |
Returns a string representation of the pair. The string representation of the pair is
of the form:
First: {0}, Second: {1}
where {0} is the result of First.ToString(), and {1} is the result of Second.ToString() (or
"null" if they are null.)
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override string ToString()
public:
virtual String^ ToString() override
Return Value
Type:
String The string representation of the pair.
See Also