An NDoc Documented Class Library

IMapMessage.GetInt Method 

Returns the integer value with the specified name.

int GetInt(
   string name
);

Parameters

name
The name of the integer.

Return Value

The integer value with the specified name.

Exceptions

Exception Type Condition
MsgException Thrown when unable to get the value.
MessageFormatException Thrown when the type conversion is invalid.

See Also

IMapMessage Interface | webMethods.Msg Namespace