RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Appends the ASCII representation of the provided value to this string.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_String Append( int c ) |
Visual Basic |
---|
Public Function Append ( _ c As Integer _ ) As RFA_String |
Visual C++ |
---|
public: RFA_String^ Append( int c ) |
F# |
---|
member Append : c:int -> RFA_String |
Parameters
- c
- Type: System..::..Int32
A signed integer value (32 bits) to append.