Mono Class Library: System.Nullable<T> Overview | Members

System.Nullable<T>.ToString Method

Returns a string representation of the value of the current instance.

public override string ToString ()

Returns

If Nullable<T>.HasValue is true, Nullable<T>.Value.ToString() is returned; otherwise, string.Empty is returned.

Remarks

Note: This method overrides object.ToString.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0