Format:
Recent snippets matching tags of Converters
public class MatchConverter : IValueConverter { public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo c) { if (value == null && Match == null) return Then; // convert Match to the value's type if (Match != null && value != null)
84 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
