Sha1HashCodeField.ConvertBytesToContainer(Byte[], Boolean) 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 cli::array <System::Object ^> ^ ConvertBytesToContainer(cli::array <System::Byte> ^ byteArray, bool isSha1HashCode);
public static object[] ConvertBytesToContainer (byte[] byteArray, bool isSha1HashCode);
static member ConvertBytesToContainer : byte[] * bool -> obj[]
Public Shared Function ConvertBytesToContainer (byteArray As Byte(), isSha1HashCode As Boolean) As Object()
Parameters
- byteArray
- Byte[]
- isSha1HashCode
- Boolean
Returns
Object[]