Namespace: Spire.Doc.Documents.Converters.Core.Base
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static string BytesToHex(
	byte[] bytes
)
Public Shared Function BytesToHex ( 
	bytes As Byte()
) As String
public:
static String^ BytesToHex(
	array<unsigned char>^ bytes
)
static member BytesToHex : 
        bytes : byte[] -> string 

Parameters

bytes
array<Byte>[]()[][]

Return Value

String

See Also