
13 Apr
2013
13 Apr
'13
2:40 p.m.
Hello, I am curious is there an analog to System.Version in .NET? http://msdn.microsoft.com/en-us/library/system.version.aspx Basically a cloneable, comparable, equatable version composed of major, minor, build, revision. Or patch, build, or however you'd like to decompose the fields. I don't think it'd be hard to cook one up using say tuple<int, int, int, int> for instance, but if one already exists I'd like to save the effort. Thanks! Regards, Michael Powell