ListControl.FormatString プロパティ

定義

値の表示方法を示す書式指定子文字を取得または設定します。

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

プロパティ値

値の表示方法を示す書式指定子文字の文字列。

注釈

使用する書式指定文字列は、標準の.NET Framework書式指定に従う必要があります。 詳細については、「.NET Frameworkの型の書式設定」を参照してください。

適用対象