bovender framework
C# framework that implements MVVM and more
Bovender.Mvvm.Converters.AllCapsConverter Class Reference

Converts a string to all capitals. More...

Inheritance diagram for Bovender.Mvvm.Converters.AllCapsConverter:

Public Member Functions

object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 
object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 

Detailed Description

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.


The documentation for this class was generated from the following file: