Substring.

Substring(string, int, int) Constructor

Summary

Creates a new Weaver.Substring with the specified parameters.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public Substring(string rawString, int startIndex, int endIndex)

Parameters

Name Type Description
rawString string
startIndex int
endIndex int

Return Value

Type Description
void