Before I get into my question, I am (self) learning how Python and the .NET CLR interact with each other. It has been a fun, yet, at times, a frustrating experience. With that said, I am playing around on a .NET WinForm that should just simply pass data that is typed into a text box and display it via a
Tag: python.net
Python.net is not receiving correct encoded string from .net
I am using .net 4.7.1 console program talking to python.net that VS2017 is reporting as version 2.5.1.0 (runtime version v4.0.30319) Python code is in 3.6 python: dot net : The python stand alone run reports: Dot net run reports: Notice the True in python vs the False when calling from C# The special characters in headervalid() from dot net don’t