procedure Parse(const Value: string);

 

Description

Converts the string Value that contains a version number to the current object.

 

The input parameter must have the following format:

major.minor[.build[.revision]]

where major, minor, build, and revision are the string representations of the version number's four components: major version number, minor version number, build number, and revision number. The components must appear in the specified order, and must be separated by periods.

 

See also

ToString

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support