From 3d79db6c72b799f7e5e49c7732c436465c5822f0 Mon Sep 17 00:00:00 2001 From: Stuart Mosquera Date: Mon, 15 Sep 2025 11:53:09 -0300 Subject: [PATCH] fix byte count in ToUInt128 description (#11805) --- xml/System/BitConverter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/BitConverter.xml b/xml/System/BitConverter.xml index d45a46d0a53..b53f77c6234 100644 --- a/xml/System/BitConverter.xml +++ b/xml/System/BitConverter.xml @@ -2780,7 +2780,7 @@ An array of bytes. The starting position within . - Returns a 128-bit unsigned integer converted from four bytes at a specified position in a byte array. + Returns a 128-bit unsigned integer converted from sixteen bytes at a specified position in a byte array. A 128-bit unsigned integer formed by sixteen bytes beginning at . To be added.