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
매개 변수
- s
유형: System. . :: . .String
The string that represents the color.
- provider
유형: System. . :: . .IFormatProvider
Provides the formatting information for parsing the string.
반환 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportColor
A ReportColor object.