BuildIt.General.UI.Converters.StringFormatConverter.Convert C# (CSharp) Method

Convert() public method

Converts a value to a string by formatting it.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The target type of the conversion.
parameter object The format string.
culture System.Globalization.CultureInfo The culture to use for conversion.
return object
        public object Convert(object value, Type targetType, object parameter,
#if !NETFX_CORE
            CultureInfo culture
#else
StringFormatConverter