Lidgren Network Library documentation |
NetUtility..::..ToHexString Method (array<Byte>[]()[][]) |
NetUtility Class See Also Send Feedback |
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
C# |
---|
public static string ToHexString( byte[] data ) |
Visual Basic |
---|
Public Shared Function ToHexString ( _ data As Byte() _ ) As String |
Visual C++ |
---|
public: static String^ ToHexString( array<unsigned char>^ data ) |
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[])"]