ReportsByteArrayToHex Method

Byte array to hex string

Definition

Namespace: PdfFileAnalyzer
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static string ByteArrayToHex(
	byte[] ByteArray
)

Parameters

ByteArray  Byte
Byte array

Return Value

String
Text string

See Also