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
- bytes
Type: array<System.Byte[]
- start
Type: System.Int32
Return Value
Type: array<System.Byte[]
Returns Byte.
.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.