Parse 方法

Parses a string into a ReportColor object.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Shared Function Parse ( _
    s As String, _
    provider As IFormatProvider _
) As ReportColor
'用途
Dim s As String
Dim provider As IFormatProvider
Dim returnValue As ReportColor

returnValue = ReportColor.Parse(s, provider)
public static ReportColor Parse(
    string s,
    IFormatProvider provider
)
public:
static ReportColor Parse(
    String^ s, 
    IFormatProvider^ provider
)
static member Parse : 
        s:string * 
        provider:IFormatProvider -> ReportColor 
public static function Parse(
    s : String, 
    provider : IFormatProvider
) : ReportColor

參數