PredefinedFunctions.StrNFind(String, String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int StrNFind(System::String ^ text, System::String ^ characters, int position, int number);
public static int StrNFind (string text, string characters, int position, int number);
static member StrNFind : string * string * int * int -> int
Public Shared Function StrNFind (text As String, characters As String, position As Integer, number As Integer) As Integer
Parameters
- text
- String
- characters
- String
- position
- Int32
- number
- Int32