StringSegment.LastIndexOf(Char) Method

Definition

Reports the zero-based index position of the last occurrence of a specified Unicode character within this instance.

public:
 int LastIndexOf(char value);
public int LastIndexOf (char value);
member this.LastIndexOf : char -> int
Public Function LastIndexOf (value As Char) As Integer

Parameters

value
Char

The Unicode character to seek.

Returns

The zero-based index position of value if that character is found, or -1 if it is not.

Applies to