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)

Syntax

Public Property StringFormat As String
public string StringFormat { get; set; }

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 nullNothingnullptra null reference (Nothing in Visual Basic).

Exceptions

Exception Condition
InvalidOperationException

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

BindingBase Class

System.Windows.Data Namespace