Is it possible to replace String.Format functions in JsClr with http://www.masterdata.se/r/string_format_for_javascript/?
--
You received this message because you are subscribed to the Google Groups "SharpKit Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sharpkit+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
By overriding System.String.Format$$String$$Object$Array with the following code seems to do the job of switching to the new string.format Is this the best way?