We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e4c69 commit 939401bCopy full SHA for 939401b
snippets/csharp/api/system/span/slice2/Program.cs
@@ -12,7 +12,7 @@ static void Main()
12
private static int GetContentLength(ReadOnlySpan<char> span)
13
{
14
var slice = span.Slice(16);
15
- return Int32.Parse(slice);
+ return Int32.Parse(slice);
16
}
17
18
// Output:
0 commit comments