Substring.

Set(string) Method

Summary

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

Syntax

public void Set(string rawString)

Parameters

Name Type Description
rawString string

Return Value

Type Description
void