Partilhar via


Método GitUtils.ObjectIdFromUTF8Bytes

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

Sintaxe

'Declaração
Public Shared Function ObjectIdFromUTF8Bytes ( _
    bytes As Byte(), _
    start As Integer _
) As Byte()
public static byte[] ObjectIdFromUTF8Bytes(
    byte[] bytes,
    int start
)

Parâmetros

Valor de retorno

Tipo: array<System.Byte[]
Retorna Byte.

Segurança do .NET Framework

Consulte também

Referência

GitUtils Classe

Namespace Microsoft.TeamFoundation.Git.Server