An NDoc Documented Class Library

IMapMessage.GetFloat Method 

Returns the float value with the specified name.

float GetFloat(
   string name
);

Parameters

name
The name of the float.

Return Value

The float 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