|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Version.h"#include "System/ArgumentException.h"#include "System/FormatException.h"#include <sstream>#include <vector>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Functions | |
| static bool | DotNetDupe::System::ParseComponent (const std::string &sPart, int &iVal) |
| static bool | DotNetDupe::System::SplitVersionParts (const String &sInput, std::vector< std::string > &vecParts) |
| static bool | DotNetDupe::System::TryParseInternal (const String &sInput, int &iMajor, int &iMinor, int &iBuild, int &iRevision, int &iCount) |