dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
app ConsoleApp1 this core pc
I'm looking at a text file here and .Net tells me the Encoding class is SBCSCodePageEncoding, yet this does not appear in the above documentation as one of the derived...
I want to use the code page (e.g. code page 936) which is not supported in UWP apps. I can get the code page 936 by use the "CodePagesEncodingProvider" class...
This page has several issues: 1. It claims `CodePagesEncodingProvider` is not available for .Net Core 2.1, which is not true. (In fact, it's a NuGet package, so AFAIK it's not...
For [`System.Text.Decoder`](https://docs.microsoft.com/en-us/dotnet/api/system.text.decoder) and [`System.Text.Encoder`](https://docs.microsoft.com/en-us/dotnet/api/system.text.encoder), the general pattern is that callers should ensure the destination buffers are large enough to hold the converted output. It is _not_ appropriate for the caller...
Writes the specified data, followed by the current line terminator, to the standard output stream.
@Zuishin commented on [Thu Feb 28 2019](https://github.com/dotnet/dotnet-api-docs.ja-jp/issues/39) > Writes the specified data, followed by the current line terminator, to the standard output stream. Console.WriteLine writes to TextWriter indicated by Console.Out....
There's a C++ FILETIME construct in Windows. What I was actually looking for was a way to convert that sort of structure into a nice C# version. Instead I get...
When it comes to security decisions, why shouldn't we use the invariant culture? If the invariant culture is assumed to be static (does not change with .NET framework, OS version,...
We should clarify some of the docs under the `System.Buffers.Text.Base64` class. Here are some suggested clarifications. ## Base64.EncodeToUtf8 https://docs.microsoft.com/dotnet/api/system.buffers.text.base64.encodetoutf8 In the _Remarks_ section, we should clarify the relationship between the...
Example please --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 5885fb65-636b-3e66-4f34-98b4e357e092 * Version Independent ID: 89a4e215-8046-0b88-8643-2c00725384e1 *...