VeriStand .NET API Reference

ScalarDataValue.FromString Method

Converts the specified string to its scalar equivalent. This is an abstract declaration only. Derived classes must implement the correct FromString 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 FromString ( _
	ValueString As String _
) As Boolean
C#
public abstract bool FromString(
	string ValueString
)
Visual C++
public:
virtual bool FromString(
	String^ ValueString
) abstract

Parameters

ValueString
Type: System.String
The string to convert.

Return Value

true (True in Visual Basic) if the conversion succeeded; otherwise false (False in Visual Basic).

See Also

Log in to get a better experience