ReadOnlySpanExtensionPolyfillExtension Class
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
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. |