ygoe / TxTranslation

Tx Translation & Localisation for .NET and WPF
GNU General Public License v3.0
28 stars 12 forks source link

Added a new method UpperCaseAll which converts whole string to upper … #15

Closed Demotron closed 5 years ago

Demotron commented 6 years ago

…case.

Also added abbreviation UA for UpperCaseAll method. Added extension UATExtension in order to use UAT.

ygoe commented 6 years ago

Have you also considered a more universal solution like this? https://stackoverflow.com/a/49443994/143684

Demotron commented 6 years ago

I tried to do it according to other code style in this repository but thanks for the link.