SmartSockets .NET Class Library

Tut.getOptionBool Method 

Convenience method to get a boolean value from an option by name.

public static bool getOptionBool(
   string name
);

Parameters

name
the name of the option to get

Return Value

the value of the option as a boolean

Exceptions

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

See Also

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


Copyright © TIBCO Software Inc. All rights reserved