VeriStand .NET API Reference

Content Type
Programming Language
Current manual

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)

Syntax

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

Was this information helpful?