Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong byte count in ToUInt128(Byte[], Int32) summary #10907

Open
sehra opened this issue Feb 4, 2025 · 2 comments
Open

Wrong byte count in ToUInt128(Byte[], Int32) summary #10907

sehra opened this issue Feb 4, 2025 · 2 comments
Labels
help wanted Good for community contributors to help [up-for-grabs] needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners untriaged New issue has not been triaged by the area owner

Comments

@sehra
Copy link

sehra commented Feb 4, 2025

Type of issue

Typo

Description

Actual:
Returns a 128-bit unsigned integer converted from four bytes at a specified position in a byte array.

Expected:
Returns a 128-bit unsigned integer converted from sixteen bytes at a specified position in a byte array.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.bitconverter.touint128?view=net-9.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/BitConverter.xml

Document Version Independent Id

974f8037-9877-4c27-c0ac-657b6afc9272

Article author

@dotnet-bot

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Feb 4, 2025
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

1 similar comment
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 4, 2025
@gewarren gewarren added the help wanted Good for community contributors to help [up-for-grabs] label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Good for community contributors to help [up-for-grabs] needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants