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 502a329 commit 3d79db6Copy full SHA for 3d79db6
xml/System/BitConverter.xml
@@ -2780,7 +2780,7 @@
2780
<Docs>
2781
<param name="value">An array of bytes.</param>
2782
<param name="startIndex">The starting position within <paramref name="value" />.</param>
2783
- <summary>Returns a 128-bit unsigned integer converted from four bytes at a specified position in a byte array.</summary>
+ <summary>Returns a 128-bit unsigned integer converted from sixteen bytes at a specified position in a byte array.</summary>
2784
<returns>A 128-bit unsigned integer formed by sixteen bytes beginning at <paramref name="startIndex" />.</returns>
2785
<remarks>To be added.</remarks>
2786
<exception cref="T:System.ArgumentException">
0 commit comments