Ascii.ToLowerInPlace Method
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.
ToLowerInPlace(Span<Byte>, Int32) |
Performs in-place uppercase conversion. |
ToLowerInPlace(Span<Char>, Int32) |
Performs in-place uppercase conversion. |
- Source:
- Ascii.CaseConversion.cs
- Source:
- Ascii.CaseConversion.cs
Performs in-place uppercase conversion.
public:
static System::Buffers::OperationStatus ToLowerInPlace(Span<System::Byte> value, [Runtime::InteropServices::Out] int % bytesWritten);
public static System.Buffers.OperationStatus ToLowerInPlace(Span<byte> value, out int bytesWritten);
static member ToLowerInPlace : Span<byte> * int -> System.Buffers.OperationStatus
Public Shared Function ToLowerInPlace (value As Span(Of Byte), ByRef bytesWritten As Integer) As OperationStatus
Parameters
- bytesWritten
- Int32
When this method returns, contains the number of processed bytes.
Returns
An OperationStatus describing the result of the operation.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
- Source:
- Ascii.CaseConversion.cs
- Source:
- Ascii.CaseConversion.cs
Performs in-place uppercase conversion.
public:
static System::Buffers::OperationStatus ToLowerInPlace(Span<char> value, [Runtime::InteropServices::Out] int % charsWritten);
public static System.Buffers.OperationStatus ToLowerInPlace(Span<char> value, out int charsWritten);
static member ToLowerInPlace : Span<char> * int -> System.Buffers.OperationStatus
Public Shared Function ToLowerInPlace (value As Span(Of Char), ByRef charsWritten As Integer) As OperationStatus
Parameters
- charsWritten
- Int32
When this method returns, contains the number of processed characters.
Returns
An OperationStatus describing the result of the operation.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: