VeriStand .NET API Reference

DataValueArray.FromString Method

Builds the current DataValueArray(T) from the specified string.

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 Function FromString ( _
	ArrayString As String _
) As Boolean
C#
public bool FromString(
	string ArrayString
)
Visual C++
public:
bool FromString(
	String^ ArrayString
)

Parameters

ArrayString
Type: System.String
The string from which to build the array.

Return Value

true (True in Visual Basic) if the array was successfully built; otherwise false (False in Visual Basic) if ArrayString is a null reference (Nothing in Visual Basic) or empty.

See Also

Log in to get a better experience