algorithmic modeling for Rhino
hi all!
Im tryng to convert a string in ASCII code.
the usual way in c# would be
byte[] NUmbers = Encoding.ASCII.GetBytes(myText);
BUT
there is not the spacename System.Text.Encoding That we need included in the initial spacenames that grasshopper uses,
sooo
how could I import this space name?
something like
using System.Text.Encoding;
Tags:
What if you just type:
byte[] NUmbers = System.Text.Encoding.ASCII.GetBytes(myText);
--
David Rutten
david@mcneel.com
Poprad, Slovakia
of course, but there is no way to import new space names?
Not at the moment.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
thanks david
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by