System::Nullable::ToString method

Nullable::ToString method

Converts the value represented by the current object to string.

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

ReturnValue

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