SmartSockets .NET Class Library

Tut.getOptionInt Method 

Convenience method to get an integer value from an option by name.

public static int getOptionInt(
   string name
);

Parameters

name
the name of the option to get

Return Value

the value of the option as an integer.

Exceptions

Exception TypeCondition
TipcNotFoundException If the named option doesn't exist, or if the value cannot be converted to a valid integer.

See Also

Tut Class | Tut Members | TIBCO.SMARTSOCKETS Namespace | TipcOption | setOption


Copyright © TIBCO Software Inc. All rights reserved