BASS.NET API for the Un4seen BASS Audio Library

UtilsByteToHex Method

BASS.NET API for the Un4seen BASS Audio Library
Converts a byte array to a hex string.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static string ByteToHex(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer to convert.

Return Value

Type: String
The converted hex string.
See Also

Reference