Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@VoSs2o0o VoSs2o0o released this 25 Jan 22:26
· 9 commits to master since this release
  • Old:
NetFormat.ToString('Hallo {0} {1:D4} {2} {3}',
                   'Welt', 55, 7.7, testdate);
  • New: Format changed, I have found a more ellegant and slightly shorter Method:
TStr('Hallo {0} {1:D4} {2} {3}').
    Params('Welt', 55, 7.7, testdate);
  • some minors addes to README