Skip to content

Util library ​

No description available

Functions ​

mnscript
number Util.CRC(string) 
  • Generates the CRC Checksum of the specified string.
mnscript
string Util.Date(number, string) 
  • Returns a formatted date.
mnscript
string Util.FormatMoney(number) 
  • Returns a formatted string for money
mnscript
bool Util.IsNull(any) 
  • Returns whether the variable is null.
mnscript
number Util.ToNumber(string) 
  • Converts a string to a number
mnscript
string Util.ToString(any) 
  • Converts any input value to its string representation