Table of Contents

Method TryParse

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

TryParse(string, out SemanticVersion)

Tries to parse a string representation of a semantic version.

public static bool TryParse(string value, out SemanticVersion result)

Parameters

value string

The string value to parse.

result SemanticVersion

The result.

Returns

bool

True if the string representation was parsed successfully; otherwise false.