Skip to content

Commit 3d79db6

Browse files
fix byte count in ToUInt128 description (#11805)
1 parent 502a329 commit 3d79db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/BitConverter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@
27802780
<Docs>
27812781
<param name="value">An array of bytes.</param>
27822782
<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>
2783+
<summary>Returns a 128-bit unsigned integer converted from sixteen bytes at a specified position in a byte array.</summary>
27842784
<returns>A 128-bit unsigned integer formed by sixteen bytes beginning at <paramref name="startIndex" />.</returns>
27852785
<remarks>To be added.</remarks>
27862786
<exception cref="T:System.ArgumentException">

0 commit comments

Comments
 (0)