- Implemented out and ref parameter from C# DateTime.TryParse has second parameter 'out'. This is how to use it from Java:
Out<DateTime> dt=new Out<DateTime>(); if (DateTime.TryParse("2009-08-28",dt)){ System.out.println(dt.getValue()); }
Pavel Šavara coding for fun
Out<DateTime> dt=new Out<DateTime>(); if (DateTime.TryParse("2009-08-28",dt)){ System.out.println(dt.getValue()); }
These binaries above are 1.7.3, but that was just working number. We will merge it to trunk and release as 1.7.2 probably. Sources are in trunk already.