GitUtils.UTF8BytesFromObjectId Method (array<Byte[], array<Byte , Int32)
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared Sub UTF8BytesFromObjectId ( _
oid As Byte(), _
dest As Byte(), _
start As Integer _
)
public static void UTF8BytesFromObjectId(
byte[] oid,
byte[] dest,
int start
)
public:
static void UTF8BytesFromObjectId(
array<unsigned char>^ oid,
array<unsigned char>^ dest,
int start
)
static member UTF8BytesFromObjectId :
oid:byte[] *
dest:byte[] *
start:int -> unit
public static function UTF8BytesFromObjectId(
oid : byte[],
dest : byte[],
start : int
)
Parameters
- oid
Type: array<System.Byte[]
- dest
Type: array<System.Byte[]
- start
Type: System.Int32
.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.