'Usage Dim value As Object Dim value As String value = CalcConvert.ToString(value)
Parameters
- value
- The value to be converted.
Return Value
A System.String that represents this instance.
'Usage Dim value As Object Dim value As String value = CalcConvert.ToString(value)
Exception | Description |
---|---|
System.InvalidCastException | If value is CalcArray, or can not convert to string. |