Returns the text representation of the value of the current
NullableT object.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringThe 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