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