ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

ScalarDataValue.ValueAsString Property

Gets or sets the value as a 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 Property ValueAsString As String
C#
public string ValueAsString { get; set; }
Visual C++
public:
property String^ ValueAsString {
	String^ get ();
	void set (String^ value);
}

Property Value

A string representation of the value.

See Also

Log in to get a better experience