RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets a list of strings of the configuration node.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public List<RFA_String> GetValue( RFA_String delt ) |
Visual Basic |
---|
Public Function GetValue ( _ delt As RFA_String _ ) As List(Of RFA_String) |
Visual C++ |
---|
public: List<RFA_String^>^ GetValue( RFA_String^ delt ) |
F# |
---|
member GetValue : delt:RFA_String -> List<RFA_String> |
Parameters
- delt
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The delimiter value.