RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Replaces the current RFA_WString with the specified RFA_WString.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_WString Replace( uint pos, uint span, RFA_WString str ) |
Visual Basic |
---|
Public Function Replace ( _ pos As UInteger, _ span As UInteger, _ str As RFA_WString _ ) As RFA_WString |
Visual C++ |
---|
public: RFA_WString^ Replace( unsigned int pos, unsigned int span, RFA_WString^ str ) |
F# |
---|
member Replace : pos:uint32 * span:uint32 * str:RFA_WString -> RFA_WString |
Parameters
- pos
- Type: System..::..UInt32
The starting index number.
- span
- Type: System..::..UInt32
Number of span characters of the current string.
- str
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
String used to replace.