PowerTools PlusPak for Windows Forms 8.0J
OutputTextFormat プロパティ

出力テキストの書式設定に使用される書式文字列を取得または設定します。
構文
Public Property OutputTextFormat As String
public string OutputTextFormat {get; set;}

プロパティ値

出力テキストの書式設定に使用される書式文字列を示す System.String 値。
解説
テキストの書式設定は計算が実行された後に行われます。
エンドユーザーが数値を入力したとき、出力テキストは書式設定されません。書式設定後の表示テキストを取得するには、GetFormattedOutputText メソッドを使用します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcCalculator クラス
GcCalculator メンバ

Send Feedback