다음을 통해 공유


TryParse 메서드 (String, ReportSize)

Attempts to parse a string value into a ReportSize.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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 if the attempt is successful; otherwise, false.