Converts a string to all capitals.
For ease of use, put something like this in a central resource dictionary:
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:conv="clr-namespace:Bovender.Mvvm.Converters;assembly=Bovender"
>
<conv:AllCapsConverter x:Key="allCapsConv" />
</ResourceDictionary>
Definition at line 44 of file AllCapsConverter.cs.