Point.QuadValueAsString (property, read)

Syntax Point.QuadValueAsString
Description String. To return the string for the point values that are QINT,UQINT. Converts LONGLONG or ULONGLONG values of datatypes QINT or UQINT into strings and returns them.
Example
Sub Main()
   Dim p as new Point
   Dim val as String
   p.Id = "UQINT"
   val = p.QuadValueAsString
   MsgBox val
End Sub
See also Point.QuadValueAsString (property, write), write,) Point.SetQuadIntValue (function), Point.TimeStampHR (property, read).