Retrieves the delimiter character that separates major, minor, and point versions in a version object.
Syntax
static char * getDELIMITER();
Parameters
None.
Return values
The current delimiter character for separating major, minor, and point versions in a version object.
Notes
You can use the getDELIMITER() method to determine which characters version strings might contain.
See also
See also the descriptions of the getLATESTVERSION() and toString() methods.