次の方法で共有


TryParse メソッド (String, ReportSize)

文字列値の ReportSize への解析を試みます。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Shared Function TryParse ( _
    value As String, _
    <OutAttribute> ByRef reportSize As ReportSize _
) As Boolean
'使用
Dim value As String
Dim reportSize As ReportSize
Dim returnValue As Boolean

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

パラメーター

戻り値

型: System. . :: . .Boolean
試行が成功した場合は true、成功しなかった場合は false。