RFA .NET Finds the first occurence of specified RFA_String inside this RFA_String.
The search starts at a specified character position.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
Visual Basic |
---|
Public Function Find ( _
str As RFA_String, _
index As UInteger _
) As Integer |
Visual C++ |
---|
public:
int Find(
RFA_String^ str,
unsigned int index
) |
F# |
---|
member Find :
str:RFA_String *
index:uint32 -> int
|
Return Value
The character position of the str parameter if the specified string is found,
or -1 if it is not found. If value is empty, the return value is 0 (zero).
See Also