Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions xml/System/Char.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1436,9 +1436,9 @@ This method determines whether the character is in the range '0' through '9', in
</Parameters>
<Docs>
<param name="c">The character to evaluate.</param>
<summary>Indicates whether a character is categorized as an ASCII hexademical digit.</summary>
<summary>Indicates whether a character is categorized as an ASCII hexadecimal digit.</summary>
<returns>
<see langword="true" /> if <paramref name="c" /> is a hexademical digit; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if <paramref name="c" /> is a hexadecimal digit; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -1481,9 +1481,9 @@ This method determines whether the character is in the range '0' through '9', in
</Parameters>
<Docs>
<param name="c">The character to evaluate.</param>
<summary>Indicates whether a character is categorized as an ASCII lower-case hexademical digit.</summary>
<summary>Indicates whether a character is categorized as an ASCII lower-case hexadecimal digit.</summary>
<returns>
<see langword="true" /> if <paramref name="c" /> is a lower-case hexademical digit; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if <paramref name="c" /> is a lower-case hexadecimal digit; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -1526,9 +1526,9 @@ This determines whether the character is in the range '0' through '9', inclusive
</Parameters>
<Docs>
<param name="c">The character to evaluate.</param>
<summary>Indicates whether a character is categorized as an ASCII upper-case hexademical digit.</summary>
<summary>Indicates whether a character is categorized as an ASCII upper-case hexadecimal digit.</summary>
<returns>
<see langword="true" /> if <paramref name="c" /> is a hexademical digit; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if <paramref name="c" /> is a hexadecimal digit; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
Loading