File: ns-System.Text.xml

package info (click to toggle)
monodoc 1.9-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 98,436 kB
  • ctags: 5,261
  • sloc: xml: 1,506,218; cs: 40,827; sh: 3,647; perl: 554; makefile: 476
file content (9 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
<Namespace Name="System.Text" FullName="System.Text" FullNameSP="System.Text" Maintainer="Mono">
  <Docs>
    <summary>
        The System.Text namespace contains types for converting text between encodings, such as ASCII and UTF-8.  The namespace also contains the StringBuilder class which can be used to create and modify string values more efficiently than by concatenating String objects.
    </summary>
    <remarks>
    </remarks>
  </Docs>
</Namespace>