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