PreviousNext
by bill-s, 2017-09-09T23:29:38.000Z
There is built-in Version class available in .NET and it is easy to use in C#. Version class supports major, minor, build and revision numbers as integers. Class cam be initialized from string or with some combination of versions. Here are class constructors.
Read More