Skip to content

Commit 8467cec

Browse files
ericstjgewarren
andauthored
Add documentation for System.Text.Ascii class (#11318)
* Add documentation for System.Text.Ascii class * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent b538419 commit 8467cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text/Ascii.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</Base>
1717
<Interfaces />
1818
<Docs>
19-
<summary>To be added.</summary>
20-
<remarks>To be added.</remarks>
19+
<summary>Provides helper methods for working with ASCII-encoded text as bytes or characters.</summary>
20+
<remarks>For APIs that take both a source and a destination buffer, the behavior of the method is undefined if the source and destination buffers overlap, unless the description specifies otherwise. The behavior of all APIs is undefined if another thread mutates the buffers while these APIs are operating on them. All case-conversion APIs are culture-unaware.</remarks>
2121
</Docs>
2222
<Members>
2323
<Member MemberName="Equals">

0 commit comments

Comments
 (0)