Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
what is the diffrennce between String & string
There are no differences. string is an alias for String [^]. Some people use String when they are accessing the String class and string when they are declaring a constant.
There's nothing left in my right brain and nothing right in my left brain.
String comes from the .NET class System.String and string (lower case) is a C# alias for System.String.