String vs string

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

    #1

    String vs string

    Hello

    does anybody knows the difference between String( object) to
    string(primitiv e)?

    Regards
    shayke


  • J. Verdrengh

    #2
    Re: String vs string

    string is an alias for String. string is replaced by the compiler with
    "System.Str ing"


    Comment

    Working...