ToString()

Nullable::ToString() const method

Converts the value represented by the current object to string.

String System::Nullable<T>::ToString() const

Return Value

A string representation of the value represented by the current object or an empty string if the value represented by the current object is null

See Also