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

ReportColor 物件。

適用於