Method | Description | |
---|---|---|
Metadata ( ) : System |
Default constructor
|
|
ParseVersion ( int major, int minor, int build, int revision ) : string |
Method to parse a common version (major.minor.revision.build) into the compatible format (major.minor). The minimum value is 0.0 and the maximum value is 99999.99999
|
Method | Description | |
---|---|---|
CheckVersion ( ) : void |
Checks the format of the passed version string
|
public static ParseVersion ( int major, int minor, int build, int revision ) : string | ||
major | int | Major number from 0 to 99999 |
minor | int | Minor number |
build | int | Build number |
revision | int | Revision number |
return | string |