Visual Studio Code – VB – Different Results With String-Date Concatenation On Different Machines
My co-worker and I were debugging an issue when we came across something curious: the same bit of VB code produces a different output on my machine versus his. We cannot figure out why. The code: Dim textForMatching = unmatchedRecord.MetaDataString…