tmighty
tmighty

Reputation: 11399

Generic .NET function for VB.NET's InstrRev method

I would like to ask if there is an InstrRev function in .NET that does not depend on the Visual Basic runtime.

Upvotes: 1

Views: 454

Answers (1)

Stokke
Stokke

Reputation: 2011

You are probably looking for the String.LastIndexOf method.

Upvotes: 2

Related Questions