Substring.

Substring(string) Constructor

Summary

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

Syntax

public Substring(string rawString)

Parameters

Name Type Description
rawString string

Return Value

Type Description
void