次の方法で共有


ReportColor.ToString メソッド (String, IFormatProvider)

現在の色の文字列表現を返します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Function ToString ( _
    format As String, _
    provider As IFormatProvider _
) As String
'使用
Dim instance As ReportColor 
Dim format As String 
Dim provider As IFormatProvider 
Dim returnValue As String 

returnValue = instance.ToString(format, _
    provider)
public string ToString(
    string format,
    IFormatProvider provider
)
public:
virtual String^ ToString(
    String^ format, 
    IFormatProvider^ provider
) sealed
abstract ToString : 
        format:string * 
        provider:IFormatProvider -> string  
override ToString : 
        format:string * 
        provider:IFormatProvider -> string
public final function ToString(
    format : String, 
    provider : IFormatProvider
) : String

パラメーター

  • provider
    型: System.IFormatProvider
    format パラメーターを解析するための書式設定情報を提供します。

戻り値

型: System.String
現在の色の文字列表現。

実装

IFormattable.ToString(String, IFormatProvider)

関連項目

参照

ReportColor 構造体

ToString オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間