Edit

GitUtils.TryGetByteArrayFromString(String, Int32, Byte[]) Method

Definition

public static bool TryGetByteArrayFromString(string objectId, int expectedStringLength, out byte[] parsedObjectId);
static member TryGetByteArrayFromString : string * int *  -> bool
Public Shared Function TryGetByteArrayFromString (objectId As String, expectedStringLength As Integer, ByRef parsedObjectId As Byte()) As Boolean

Parameters

objectId
String
expectedStringLength
Int32
parsedObjectId
Byte[]

Returns

Applies to