ToString()

KeyValuePair::ToString() const method

Converts key-value pair to string.

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

Return Value

String representation of key-value type.

See Also