From e796c4774614e44189641e45c49bcb811c88c45c Mon Sep 17 00:00:00 2001 From: joegoldman2 <147369450+joegoldman2@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:48:58 +0000 Subject: [PATCH] Clarify XML comments for Utf8Parser.TryParse to reflect case insensitivity --- xml/System.Buffers.Text/Utf8Parser.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/xml/System.Buffers.Text/Utf8Parser.xml b/xml/System.Buffers.Text/Utf8Parser.xml index 95a709ca91a..cfde16b3907 100644 --- a/xml/System.Buffers.Text/Utf8Parser.xml +++ b/xml/System.Buffers.Text/Utf8Parser.xml @@ -71,21 +71,16 @@ The Utf8 string to parse. - When the method returns, contains the value parsed from , if the parsing operation succeeded. + When the method returns, contains the value parsed from , if the parsing operation succeeded. If the parsing operation was successful, contains the length in bytes of the parsed substring when the method returns. If the method fails, is set to 0. - The expected format of the Utf8 string. + The expected format of the Utf8 string. Supported formats are 'G', 'l', and default. Parses a at the start of a Utf8 string. for success; if the string was not syntactically valid or an overflow or underflow occurred.