'Declaration Public Overloads Shared Function ToString( _ ByVal value As System.Object _ ) As System.String
'Usage Dim value As System.Object Dim value As System.String value = CalcConvert.ToString(value)
public static System.string ToString( System.object value )
Parameters
- value
- The value to be converted.
Return Value
A System.String that represents this instance.