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

定義

文字列を解析して、 ReportColor オブジェクトに変換します。

public:
 static Microsoft::ReportingServices::RdlObjectModel::ReportColor Parse(System::String ^ s, IFormatProvider ^ provider);
public static Microsoft.ReportingServices.RdlObjectModel.ReportColor Parse(string s, IFormatProvider provider);
static member Parse : string * IFormatProvider -> Microsoft.ReportingServices.RdlObjectModel.ReportColor
Public Shared Function Parse (s As String, provider As IFormatProvider) As ReportColor

パラメーター

s
String

色を表す文字列です。

provider
IFormatProvider

文字列を解析するためのフォーマット情報を提供します。

返品

ReportColor オブジェクト。

適用対象