Skip to content

A format provider for string.format that can use dictionary keys or property names as formats i.e "{0:Username} joined on {0:JoinDate:D}" produces "John Doe joined on Thursday, October 22, 2014"

License

Notifications You must be signed in to change notification settings

Grax32/InterpolationFormatProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterpolationFormatProvider

A format provider for string.format that can use dictionary keys or property names as formats i.e "{0:Username} joined on {0:JoinDate:D}" produces "John Doe joined on Thursday, October 22, 2014"

About

A format provider for string.format that can use dictionary keys or property names as formats i.e "{0:Username} joined on {0:JoinDate:D}" produces "John Doe joined on Thursday, October 22, 2014"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages