getStringValue
getStringValue — retrieves the point data as a string.
Syntax
For C++:
CString getStringValue(
void)
;
For Java, and C#:
String getStringValue(
void)
;
Returns
A string representing the current point value.
Description
This method will convert the
point value type if needed. Values of type real
are converted using the %g format.