StringFormat Property
Collapse the table of content
Expand the table of content

BindingBase.StringFormat Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a string that specifies how to format the binding if it displays the bound value as a string.

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

'Declaration
Public Property StringFormat As String

Property Value

Type: System.String
A string that specifies how to format the binding if it displays the bound value as a string. The default is Nothing.

ExceptionCondition
InvalidOperationException

When setting this property, the binding has already been attached to a binding target.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft