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