fork download
  1. importPackage(java.io);
  2. importPackage(java.lang);
  3.  
  4. // your code goes here
  5. function ToString()
  6.  
  7. {
  8.  
  9. var culture = dotNET.System_Globalization.CultureInfo.zctor("en-US");
  10.  
  11. var args = dotNET.System_Collections.ArrayList.zctor();
  12.  
  13. args.Add(10000);
  14.  
  15. var str = dotNET.System.String.Format_3(culture, "{0:n0}", args.ToArray()).OleValue;
  16.  
  17. return str;
  18.  
  19. }
Success #stdin #stdout 0.4s 381952KB
stdin
Standard input is empty
stdout
Standard output is empty