RangeVersionSpecification.CheckIfVersionIsValid(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if the specified version is valid.
public bool CheckIfVersionIsValid(string versionToCheck);
abstract member CheckIfVersionIsValid : string -> bool
override this.CheckIfVersionIsValid : string -> bool
Public Function CheckIfVersionIsValid (versionToCheck As String) As Boolean
Parameters
- versionToCheck
- String
the version to check.