Share via


GitUtils.ObjectIdFromUTF8Bytes Method

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Shared Function ObjectIdFromUTF8Bytes ( _
    bytes As Byte(), _
    start As Integer _
) As Byte()
public static byte[] ObjectIdFromUTF8Bytes(
    byte[] bytes,
    int start
)
public:
static array<unsigned char>^ ObjectIdFromUTF8Bytes(
    array<unsigned char>^ bytes, 
    int start
)
static member ObjectIdFromUTF8Bytes : 
        bytes:byte[] * 
        start:int -> byte[] 
public static function ObjectIdFromUTF8Bytes(
    bytes : byte[], 
    start : int
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]
Returns Byte.

.NET Framework Security

See Also

Reference

GitUtils Class

Microsoft.TeamFoundation.Git.Server Namespace