Template tokens should support string format
Closed this issue · 0 comments
amageed commented
It would be neat to add support for .NET's formatting types.
E.g., {Salary:C}
with { Salary = 50000 }
would yield "$50,000.00"
Closed this issue · 0 comments
It would be neat to add support for .NET's formatting types.
E.g., {Salary:C}
with { Salary = 50000 }
would yield "$50,000.00"