Substring.

StartsWith(Substring) Method

Summary

Returns true if this Weaver.Substring starts with the characters in `other`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public bool StartsWith(Substring other)

Parameters

Name Type Description
other Substring

Return Value

Type Description
bool