Create a hex string from an array of bytes
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
Visual Basic |
---|
Public Shared Function ToHexString ( _
data As Byte() _
) As String |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="data"/> documentation for "M:Lidgren.Network.NetUtility.ToHexString(System.Byte[])"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetUtility.ToHexString(System.Byte[])"]
See Also