version::get-build

string version::get-build (
     string version
)

Description

Get the build part of a version string.

Parameters

Table 15. Parameters

Name Type Description
version string A correctly formatted version string (major.minor.build.revision).

Return Values

The build part of the version string (the third number).