RE: [Python.NET] .NET character and byte

2005-02-08 Thread Brian Lloyd
. Brian Lloyd    [EMAIL PROTECTED]V.P. Engineering   540.361.1716 Zope Corporation   http://www.zope.com -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Edward DienerSent: Monday, February 07, 2005 1:54 PMTo: [email protected]

[Python.NET] .NET character and byte

2005-02-07 Thread Edward Diener
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 ? _