Substring.

Substring(string, int) Constructor

Summary

Creates a new Weaver.Substring with the specified Weaver.Substring.startIndex and the Weaver.Substring.endIndex equal to rawString.Length.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public Substring(string rawString, int startIndex)

Parameters

Name Type Description
rawString string
startIndex int

Return Value

Type Description
void