Util

  • Updated

irScript provides a number of methods for interacting with accessible CLR objects and methods. All of these methods are accessible via the global ‘Util’ object:

var x = Util.DateTime.Now;
var y = Util.Convert.ToUInt32( 45 );

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.