Substring.

StartsWith(string, int, int) Method

Summary

The parameters denote a substring within the `fullString`. This method returns true if this Weaver.Substring starts with the same characters contained in that substring.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public bool StartsWith(string fullString, int startIndex, int endIndex)

Parameters

Name Type Description
fullString string
startIndex int
endIndex int

Return Value

Type Description
bool