'宣言
Public Overloads Shared Function GetDisplayText( _ ByVal formatString As String, _ ByVal value As Object, _ ByRef foreground As Brush _ ) As String
public static string GetDisplayText( string formatString, object value, out Brush foreground )
パラメータ
- formatString
- 書式文字列。
- value
- 書式設定する値。
- foreground
- 表示テキストの描画に使用される前景。
戻り値の型
書式設定された表示テキスト。