ReportColor.Parse(String, IFormatProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a string into a ReportColor object.
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
Parameters
- s
- String
The string that represents the color.
- provider
- IFormatProvider
Provides the formatting information for parsing the string.
Returns
A ReportColor object.