'Declaration
Public Function DisplayValue() As String
public string DisplayValue()
public: String^ DisplayValue();
Return Value
Returns the string formatted with information about data value. Returns empty string when there is no value define in this object (i.e. when the HasValue returns false), usually when the quality is bad.
This method never returns null
(Nothing
in Visual Basic).