Category: .net

Is there a “standard” way to get a CLR Version class from a string?

I have recently become aware that our code has several implementations of a version parser (that is code to create a Version object from a version string). Thinking this was one of those times when people could not be bothered to read the docs I figured I would jump into MSDN, find the “standard” method […]