MemoryExtensions.ToLowerInvariant 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.
Copies the characters from the source span into the destination, converting each character to lowercase, using the casing rules of the invariant culture.
public:
[System::Runtime::CompilerServices::Extension]
static int ToLowerInvariant(ReadOnlySpan<char> source, Span<char> destination);
public static int ToLowerInvariant (this ReadOnlySpan<char> source, Span<char> destination);
static member ToLowerInvariant : ReadOnlySpan<char> * Span<char> -> int
<Extension()>
Public Function ToLowerInvariant (source As ReadOnlySpan(Of Char), destination As Span(Of Char)) As Integer
Parameters
- source
- ReadOnlySpan<Char>
The source span.
Returns
The number of characters written into the destination span. If the destination is too small, returns -1.
Exceptions
The source and destination buffers overlap.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.