Converts a version object to a character string or converts major, minor, and point versions to a character string.
Syntax
char * toString(); static char * toString(int major, int minor, int point);
Parameters
Return values
A character string that concatenates the major, minor, and point version numbers, from a version object or from major, minor, and point numbers that you specify. The delimiter character separates the major, minor, and point numbers in the character string.
See also