VeriStand .NET API Reference

BooleanValue.ToBoolean Method

Returns the value of this instance as a Boolean.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overrides Function ToBoolean As Boolean
C#
public override bool ToBoolean()
Visual C++
public:
virtual bool ToBoolean() override

Return Value

A Boolean instance equivalent to the value of this instance.

See Also

Log in to get a better experience