Type of issue
Typo
Description
The documentation for string.Split(Char, Int32, StringSplitOptions) says:
Splits a string into a maximum number of substrings based on a specified delimiting character and, optionally, options. Splits a string into a maximum number of substrings based on the provided character separator, optionally omitting empty substrings from the result.
It should say:
Splits a string into a maximum number of substrings based on the provided character separator, optionally omitting empty substrings from the result.
Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.string.split?view=net-9.0#system-string-split(system-char-system-int32-system-stringsplitoptions)
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/String.xml
Document Version Independent Id
448a8302-6799-d291-16a9-06bfa7654080
Platform Id
a2d25467-bb02-c0f9-35af-834280b0058f
Article author
@dotnet-bot