From b530786cd9214918a44236f7b6dbae58afe97677 Mon Sep 17 00:00:00 2001 From: Stuart Mosquera Date: Sun, 14 Sep 2025 20:38:02 -0300 Subject: [PATCH] fix byte count in ToUInt128 description --- 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.