GitUtils.TryGetByteArrayFromString(String, Int32, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]