Substring.

Set(string, int) Method

Summary

Assigns the specified Weaver.Substring.rawString, sets the specified Weaver.Substring.startIndex, and the Weaver.Substring.endIndex equal to rawString.Length.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public void Set(string rawString, int startIndex)

Parameters

Name Type Description
rawString string
startIndex int

Return Value

Type Description
void