|
What is the Python equivalent to the .NET ‘char’
and ‘byte’ types ? I need to pass in an array of bytes to a .NET constructor
and when I attempted to pass in a list of strings of single characters, it failed.
Is there a way of doing this in PythonDotNet ? |
_________________________________________________ Python.NET mailing list - [email protected] http://mail.python.org/mailman/listinfo/pythondotnet
