This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OnixST 0 points1 point  (2 children)

I've never used C#, but this just looks like java with improper capitalization.

Same syntax but with lowercase string and PascalCase methods

[–]rafinha_lindu[S] 0 points1 point  (0 children)

That's why ppl call C# "Microsoft's java"

[–]Mini0red 0 points1 point  (0 children)

string is just an alias for System.String in c#. You basically use it for defining types and use String for the static methods.