Helper method to dump an Array of byte into a string.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
protected string DumpArrayByte(
	byte[] array
)
Visual Basic (Declaration)
Protected Function DumpArrayByte ( _
	array As Byte() _
) As String
Visual C++
protected:
String^ DumpArrayByte(
	array<unsigned char>^ array
)

Parameters

array
Type: array< System..::.Byte >[]()[]
The array to dump

Return Value

The string representation of the array of byte

See Also