Substring.

LastIndexOf(char) Method

Summary

Returns the last index of the specified `value` within this substring, or -1 if it isn't found.

The returned value is relative to the start of the Weaver.Substring.rawString.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
Substring

Syntax

public int LastIndexOf(char value)

Parameters

Name Type Description
value char

Return Value

Type Description
int