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 );
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 );
<%= block.description %>
<% } %>
Comments
0 comments
Please sign in to leave a comment.