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( long c ) |
Visual Basic |
---|
Public Function Append ( _ c As Long _ ) As RFA_String |
Visual C++ |
---|
public: RFA_String^ Append( long long c ) |
F# |
---|
member Append : c:int64 -> RFA_String |
Parameters
- c
- Type: System..::..Int64
A signed integer value (64 bits) to append.