Click or drag to resize
NullableTToString Method

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
The text representation of the value of the current NullableT object if the HasValue property is true, or an empty string ("") if the HasValue property is false.
See Also