DataValueArray.ValueAsString Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a string representation of the values in DataValueArray(T).
Namespace:
NationalInstruments.VeriStand.DataAssembly: 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); } |