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