BoundPropertyEntry.FormatString Property

Definition

Gets or sets the format specifier characters that indicate how a value is to be displayed.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ FormatString { System::String ^ get(); void set(System::String ^ value); };
public string FormatString { get; set; }
member this.FormatString : string with get, set
Public Property FormatString As String

Property Value

A String containing the format specifier characters that indicate how a value is to be displayed.

Applies to