Is there any native functionality yet for formatti...
# announcements
c
Is there any native functionality yet for formatting double while using string templates? Or is the best way still is to use the following or make an extension function for same
Copy code
".2f".format()