ReadOnlySpanExtensionPolyfillExtension Class
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
public static class ReadOnlySpanExtensionPolyfillExtension
<ExtensionAttribute>
Public NotInheritable Class ReadOnlySpanExtensionPolyfillExtension
[ExtensionAttribute]
public ref class ReadOnlySpanExtensionPolyfillExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ReadOnlySpanExtensionPolyfillExtension = class end
- Inheritance
- Object ReadOnlySpanExtensionPolyfillExtension
| LastIndexOf | Specifies the zero based index position of the last occurrence of a specified
string in span. The search begins at a specified character position
and runs backwards to the beginning of the character span for a specified number
of character positions. A parameter specifies the type of comparison to be performed
when searching for the specified string. |
| LastIndexOfAny | Returns the zero-based index of the last occurrence of one of the specified
characters in span. The search begins at a specified character
position and runs a specified number of character positions backwards to the beginning
of the span. |