System::Collections::Generic::KeyValuePair::ToString method

KeyValuePair::ToString method

Converts key-value pair to string.

String System::Collections::Generic::KeyValuePair<TKey, TValue>::ToString() const

ReturnValue

String representation of key-value type.

See Also