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

Syntax

Visual Basic
Function GetByte ( _
	key As String _
) As Byte
C#
byte GetByte(
	string key
)
Visual C++
unsigned char GetByte(
	String^ key
)
JavaScript
function getByte(key);

Parameters

key
Type: System..::..String

See Also