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