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_WString Append( uint c ) |
Visual Basic |
---|
Public Function Append ( _ c As UInteger _ ) As RFA_WString |
Visual C++ |
---|
public: RFA_WString^ Append( unsigned int c ) |
F# |
---|
member Append : c:uint32 -> RFA_WString |
Parameters
- c
- Type: System..::..UInt32
An unsigned integer value (32 bits) to append.