get hash c#

C#
string input = "Hello, World";
            int output = input.GetHashCode();
            //Output will be 2085421986
Source

Also in C#: