VeriStand .NET API Reference

ScalarDataValue.ToBoolean Method

Returns if this instance is a nonzero value. This is an abstract declaration only. Derived classes must implement the correct ToBoolean method for that class.

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 MustOverride Function ToBoolean As Boolean
C#
public abstract bool ToBoolean()
Visual C++
public:
virtual bool ToBoolean() abstract

Return Value

true (True in Visual Basic) if this value is a nonzero value; otherwise false (False in Visual Basic).

See Also

Log in to get a better experience