VersionHelper
The VersionHelper class contains methods for working with version numbers as string.
public VersionHelper()
Returns true if the first argument contains a version number greater than the second argument and false if it is less than or equal.
If either argument is not a valid version number, then the fallbackValue is returned.
Returns true if the first argument contains a version number greater than the second argument and false if it is less than or equal.
If either argument is not a valid version number, then true is returned.