| HexEncodingToString(Byte) Method |
Converts an array of bytes to a hexidecimal value represented by a string
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static string ToString(
byte[] bytes
)
Public Shared Function ToString (
bytes As Byte()
) As String
public:
static String^ ToString(
array<unsigned char>^ bytes
)
Parameters
- bytes Byte
- byte array
Return Value
Stringstring representing the hexidecimal value from a byte array
See Also