Namespace: 
   Apache.NMS.Util
Assembly: Apache.NMS (in Apache.NMS.dll)
      
    Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic | 
|---|
Public Function GetByte ( _ key As String _ ) As Byte  | 
| C# | 
|---|
public byte GetByte( string key )  | 
| Visual C++ | 
|---|
public: virtual unsigned char GetByte( String^ key ) sealed  | 
| JavaScript | 
|---|
function getByte(key);  | 
Parameters
- key
 - Type: System..::..String