Gets the variable's Boolean value.

 

   

Syntax
 

[C#]
bool GetBooleanValue(string name)

 

Throws Exceptions ObjectDisposedException: Thrown when this PythonScope has been disposed of.
Throws Exceptions ArgumentNullException: Thrown when name is null.
Throws Exceptions ArgumentException: Thrown when name is not a valid Python identifier.
Throws Exceptions InvalidCastException: Thrown when the value is not a Boolean.

 

   

Params
 
Name Description
name The name of the variable.
return The Boolean value.

 

   

Notes
 
Gets the variable's Boolean value.

 

   

Example
 
None.