Skip to content

Commit 4661ab8

Browse files
Merge pull request #12189 from dotnet/main
Merge main into live
2 parents b418d08 + 2e3c4c3 commit 4661ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/Guid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,8 +3140,8 @@ Because the `provider` parameter is ignored, you cannot use it to provide a cust
31403140
<summary>Gets the value of the variant field for the <see cref="T:System.Guid" />.</summary>
31413141
<value>To be added.</value>
31423142
<remarks>
3143-
<para>This property corresponds to the most significant 4 bits of the 8th byte: 00000000-0000-0000-F000-000000000000. The "don't-care" bits are not masked out.</para>
3144-
<para>For more information on how to interpret this value, see <see href="https://www.rfc-editor.org/rfc/rfc9562.html">RFC 9562</see>.</para>
3143+
<para>This property returns all 4 bits as-is. If you only care about fewer bits of the variant field, see <see href="https://www.rfc-editor.org/rfc/rfc9562.html">RFC 9562</see> for information on how to interpret the result.</para>
3144+
<para>For example, [the UUIDv7 standard](https://www.rfc-editor.org/rfc/rfc9562.html#uuidv7) might only want to consider the two most significant bits of the field, as the least two significant bits are documented as "don't-care".</para>
31453145
</remarks>
31463146
</Docs>
31473147
</Member>

0 commit comments

Comments
 (0)