Namespace:
Apache.NMS
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Function GetInt ( _ key As String _ ) As Integer |
| C# |
|---|
int GetInt( string key ) |
| Visual C++ |
|---|
int GetInt( String^ key ) |
| JavaScript |
|---|
function getInt(key); |
Parameters
- key
- Type: System..::..String