System.String / System.Text.StringBuilder

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RP

    #1

    System.String / System.Text.StringBuilder

    I want to use:

    System.String, and
    System.Text.Str ingBuilder

    But both are not visible when I press System.
    I even checked the references, but the names are not visible there
    also. How to use them?

  • Bela Istok

    #2
    Re: System.String / System.Text.Str ingBuilder

    What project type do you create? These classes are in the mscorlib assembly,
    that assembly is referenced by all projects.

    Regards,

    Bela Istok
    "RP" <rpk.general@gm ail.comwrote in message
    news:1194532270 .239984.208510@ v29g2000prd.goo glegroups.com.. .
    >I want to use:
    >
    System.String, and
    System.Text.Str ingBuilder
    >
    But both are not visible when I press System.
    I even checked the references, but the names are not visible there
    also. How to use them?
    >

    Comment

    • RP

      #3
      Re: System.String / System.Text.Str ingBuilder

      I created a simple Windows Application Project using C# 2005.

      On Nov 8, 7:42 pm, "Bela Istok" <bel...@hotmail .comwrote:
      What project type do you create? These classes are in the mscorlib assembly,
      that assembly is referenced by all projects.
      >
      Regards,
      >

      Comment

      Working...