Dictionary.GetString Method
- Updated2023-02-21
- 2 minute(s) read
Gets the string element specified by name. This method also returns the current value of the element.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetString ( _ name As String, _ <OutAttribute> ByRef value As String _ ) As Boolean |
C# |
---|
public bool GetString( string name, out string value ) |
Visual C++ |
---|
public: bool GetString( String^ name, [OutAttribute] String^% value ) |
Parameters
- name
- Type: System.String
The name of the element.
- value
- Type:
System.String
%
The current value of the element.