SemanticVersion.

ToString(string) Method

Summary

Returns a string representation of this version using the given format specifier.
Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public string ToString(string format)

Parameters

Name Type Description
format string

Return Value

Type Description
string
GitHub