What are strongly typed string values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • veenna
    New Member
    • Dec 2007
    • 65

    What are strongly typed string values

    What are strongly typed string values?
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    I guess you need to be more clear. C# is a strongly typed language, that is everything has to be specified. Conversion between one type to another is supported on if the conversion is valid.
    Strongly type basically means: that the type known(at compile time) and is verifiable, like int,string or object. There is no ambiguity about the type.

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3

      Comment

      Working...