Method VtValueTobool
VtValueTobool(VtValue)
Declaration
public static bool VtValueTobool(VtValue value)
Parameters
| Type | Name | Description |
|---|---|---|
| VtValue | value |
Returns
| Type | Description |
|---|---|
| bool |
VtValueTobool(VtValue, out bool)
Declaration
public static void VtValueTobool(VtValue value, out bool output)
Parameters
| Type | Name | Description |
|---|---|---|
| VtValue | value | |
| bool | output |