Converts a given
System.IFormattable value to a string using the specified parameter as the format string
Parameters
- value
- An object that implements System.IFormattable
- targetType
- The type to which the converter must be convert the value. This parameter is not used. A String value is always returned
- parameter
- The format string passed to the System.IFormattable.ToString(System.String,System.IFormatProvider) method.
- culture
- The culture to use as the IFormatProvider when calling the System.IFormattable.ToString(System.String,System.IFormatProvider).
Return Value
System.Windows.DependencyProperty.UnsetValue if the parameters do not match the required information. Otherwise a string representation of the value using its
System.IFormattable.ToString(System.String,System.IFormatProvider) method is returned.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2