C-DEngine 5.105

TheCommonUtils..::..ToHexByte Method

Convert a hex string into a byte array.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static byte[] ToHexByte(
	string str
)
Public Shared Function ToHexByte ( _
	str As String _
) As Byte()
public:
static array<unsigned char^>^ ToHexByte(
	String^ str
)

Parameters

str
Type: String
An input string.

Return Value

A byte array.