From: Justin Bailey Date: 2007-01-17T07:12:38+09:00 Subject: Re: RubyCLR - passing in a parameter of UInt16 On 1/16/07, bvanderw wrote: > I've tried everything I know to try to work around this, but I am > stumped. How can I explicitly force a parameter of UInt16 (or Byte, > etc.)?? It's a bit of a hack, but I'd just use the System.Convert method that .NET already provides. You should be able to call it from Ruby and pass the value returned to your assembly. Justin