Namespace:  Apache.NMS.Util
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Function GetBytes ( _
	key As String _
) As Byte()
C#
public byte[] GetBytes(
	string key
)
Visual C++
public:
virtual array<unsigned char>^ GetBytes(
	String^ key
) sealed
JavaScript
function getBytes(key);

Parameters

key
Type: System..::..String

Implements

IPrimitiveMap..::..GetBytes(String)

See Also