Returns a string representation of the value of the current instance.
If Nullable<T>.HasValue is true, Nullable<T>.Value.ToString() is returned; otherwise, string.Empty is returned.
Note: This method overrides object.ToString.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0