string version::get-minor (
string version
)
Description
Get the minor part of a version string.
Parameters
Table 14. Parameters
Name |
Type |
Description |
version |
string |
A correctly formatted version string (major.minor.build.revision). |
Return Values
The minor part of version string (the second number).