I'm not sure I know what the obvious thing here is... is GetString the same as calling ToString (after importing clr or a .NET namespace)?
Or are these helper methods to go from string -> byte array and back again (presumably w/ some encoding as a parameter?). If that's the case I'm not sure how this differs from System.Text.Encoding.GetString / GetBytes. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Friday, October 20, 2006 11:59 PM To: Discussion of IronPython Subject: [IronPython] clr.GetString, clr.GetBytes This is a feature request. Of course it doesn't belong to 1.0.x branch, but I hope it can be on 1.1. I want to have clr.GetString and clr.GetBytes exposed, which do the obvious thing. -- Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
