Utf8.IndexOfInvalidSubsequence(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int IndexOfInvalidSubsequence(ReadOnlySpan<System::Byte> value);
public static int IndexOfInvalidSubsequence(ReadOnlySpan<byte> value);
static member IndexOfInvalidSubsequence : ReadOnlySpan<byte> -> int
Public Shared Function IndexOfInvalidSubsequence (value As ReadOnlySpan(Of Byte)) As Integer
Parameters
- value
- ReadOnlySpan<Byte>