DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
StringReader.cpp File Reference
#include "pch.h"
#include "System/IO/StringReader.h"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::IO

Functions

static int DotNetDupe::System::IO::FindNewlineIndex (const String &sSource, int startPos, int length)
 Find index of newline character in source string.