MemoryExtensions.ToLowerOrdinal 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:
[System::Runtime::CompilerServices::Extension]
static int ToLowerOrdinal(ReadOnlySpan<char> source, Span<char> destination);
public static int ToLowerOrdinal(this ReadOnlySpan<char> source, Span<char> destination);
static member ToLowerOrdinal : ReadOnlySpan<char> * Span<char> -> int
<Extension()>
Public Function ToLowerOrdinal (source As ReadOnlySpan(Of Char), destination As Span(Of Char)) As Integer
Parameters
- source
- ReadOnlySpan<Char>