Namespace:
Apache.NMS
Assembly:
Apache.NMS (in Apache.NMS.dll)
Syntax
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