RFA .NET Displays the value by identifying the field ID and enumerated value.
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_String DisplayValueFor(
short fieldId,
short enumVal
) |
Visual Basic |
---|
Public Function DisplayValueFor ( _
fieldId As Short, _
enumVal As Short _
) As RFA_String |
Visual C++ |
---|
public:
RFA_String^ DisplayValueFor(
short fieldId,
short enumVal
) |
F# |
---|
member DisplayValueFor :
fieldId:int16 *
enumVal:int16 -> RFA_String
|
Parameters
- fieldId
- Type: System..::..Int16
The specified field ID.
- enumVal
- Type: System..::..Int16
The enumerated value.
Return Value
The display string otherwise known as expanded value that corresponds to the enumerated value
for the specified field ID.
Exceptions
See Also