IObjectId.

ToString(int) Method

Summary

Returns a shortened representation of the SHA using the first prefixLength characters.
Namespace
GitVersion.Git
Containing Type
IObjectId

Syntax

string ToString(int prefixLength)

Parameters

Name Type Description
prefixLength int

Return Value

Type Description
string
GitHub