BuildSourceVersion.FormatCommit Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function FormatCommit ( _
commit As Byte() _
) As String
public static string FormatCommit(
byte[] commit
)
public:
static String^ FormatCommit(
array<unsigned char>^ commit
)
static member FormatCommit :
commit:byte[] -> string
public static function FormatCommit(
commit : byte[]
) : String
Parameters
- commit
Type: array<System.Byte[]
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.