Bridge

Nullable<(Of <(<'T>)>)>..::..ToString Method

Returns the text representation of the value of the current Nullable<(Of <(<'T>)>)> object.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public string ToString()
<TemplateAttribute> _
Public Function ToString As String
[TemplateAttribute]
public:
String^ ToString()

Return Value

The text representation of the value of the current Nullable<(Of <(<'T>)>)> object if the HasValue property is true, or an empty string ("") if the HasValue property is false.