Click or drag to resize

HexEncodingToString(Byte) Method

Converts an array of bytes to a hexidecimal value represented by a string

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static string ToString(
	byte[] bytes
)

Parameters

bytes  Byte
byte array

Return Value

String
string representing the hexidecimal value from a byte array
See Also