共用方式為


TryParse 方法 (String, ReportColor)

Attempts to parse a string value to a ReportColor.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Shared Function TryParse ( _
    value As String, _
    <OutAttribute> ByRef reportColor As ReportColor _
) As Boolean
'用途
Dim value As String
Dim reportColor As ReportColor
Dim returnValue As Boolean

returnValue = ReportColor.TryParse(value, _
    reportColor)
public static bool TryParse(
    string value,
    out ReportColor reportColor
)
public:
static bool TryParse(
    String^ value, 
    [OutAttribute] ReportColor^% reportColor
)
static member TryParse : 
        value:string * 
        reportColor:ReportColor byref -> bool 
public static function TryParse(
    value : String, 
    reportColor : ReportColor
) : boolean

參數

傳回值

型別:System. . :: . .Boolean
true if the attempt is successful; otherwise, false.