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 char[] ByteToHex(
	byte b
)
Public Shared Function ByteToHex ( 
	b As Byte
) As Char()
public:
static array<wchar_t>^ ByteToHex(
	unsigned char b
)
static member ByteToHex : 
        b : byte -> char[] 

Parameters

b
Byte

Return Value

array<Char>[]()[][]

See Also