EISDatapointToString Method |
Returns a string that represents the current object.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.25.6
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Dim instance As EISDatapoint
Dim returnValue As String
returnValue = instance.ToString()
Return Value
StringA string that represents the current object.
See Also