RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Finds the first occurence of specified RFA_WString inside this RFA_WString.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int Find( RFA_WString str ) |
Visual Basic |
---|
Public Function Find ( _ str As RFA_WString _ ) As Integer |
Visual C++ |
---|
public: int Find( RFA_WString^ str ) |
F# |
---|
member Find : str:RFA_WString -> int |
Parameters
- str
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
A string to find.