getStringValue
getStringValue — retrieves the point data as a string.
CString getStringValue( | ); |
void;String getStringValue( | ); |
void;A string representing the current point value.
This method will convert the point value type if needed. Values of type
real are converted using the %g
format.