GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / RichValue<T> Class / ToString Method


In This Topic
ToString Method (RichValue<T>)
In This Topic
Returns a string that represents the current object.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 
'Usage
 
Dim instance As RichValue(Of T)
Dim value As String
 
value = instance.ToString()

Return Value

A string that represents the current object.
See Also