We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62aa16c commit 32de543Copy full SHA for 32de543
xml/System.Globalization/CharUnicodeInfo.xml
@@ -666,9 +666,9 @@
666
<Parameter Name="codePoint" Type="System.Int32" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
667
</Parameters>
668
<Docs>
669
- <param name="codePoint">To be added.</param>
670
- <summary>To be added.</summary>
671
- <returns>To be added.</returns>
+ <param name="codePoint">A number representing the 32-bit code point value of the Unicode character.</param>
+ <summary>Gets the Unicode category of the specified character.</summary>
+ <returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the specified character.</returns>
672
<remarks>To be added.</remarks>
673
</Docs>
674
</Member>
0 commit comments