[IronPython] How to convert from byte[] to str ?

KATO Kanryu k.kanryu at gmail.com
Fri Dec 18 03:53:38 CET 2009


2009/12/18 Dino Viehland <dinov at microsoft.com> wrote:
> import clr
> clr.AddReference('IronPython')
> from IronPython.Runtime.Operations import PythonOps
> pickled = PythonOps.MakeString(record.data)

That's right!
Thank you!



More information about the Ironpython-users mailing list