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

Collapse imageSyntax

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

Parameters

key
Type: System..::..String

Collapse imageSee Also