Table of Contents

Method Parse

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

Parse(string)

Parses a string representation of a semantic version.

public static SemanticVersion Parse(string value)

Parameters

value string

The string value to parse.

Returns

SemanticVersion

A semantic version.