Does anyone know how is the following possible? All of a sudden string comparison using .ToLower
and Lcase
stopped working.
If I do this in the immediate window:
?lcase(text)
"menu"
?lcase(text)="menu"
False
This just started a few minutes ago. I'm using:
- .NET 4.5.2
- Visual Studio 2013 Ultimate
- Visual Basic
EDIT: The source of this problem is from here:Please how can i return decoded bytes instead of text from a CryptoStream
After making that code change.