BindingValuePipeline.AfterStringFormatParse Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the binding value after attempting to parse the BindingBase.StringFormat property value.

Namespace:  System.Windows.Data.Debugging
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public Property AfterStringFormatParse As Object
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public Object AfterStringFormatParse { get; internal set; }

Property Value

Type: System.Object
The binding value after attempting to parse the StringFormat property value.

Remarks

If no StringFormat value has been specified, the AfterStringFormatParse property will contain the previous value in the pipeline.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.