EnhancedStatusCode.TryParse method (String, Int32, EnhancedStatusCode)

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function TryParse ( _
    line As String, _
    startIndex As Integer, _
    <OutAttribute> ByRef enhancedStatusCode As EnhancedStatusCode _
) As Boolean
'Usage
Dim line As String
Dim startIndex As Integer
Dim enhancedStatusCode As EnhancedStatusCode
Dim returnValue As Boolean

returnValue = EnhancedStatusCode.TryParse(line, _
    startIndex, enhancedStatusCode)
public static bool TryParse(
    string line,
    int startIndex,
    out EnhancedStatusCode enhancedStatusCode
)

Parameters

Return value

Type: System.Boolean

See also

Reference

EnhancedStatusCode class

EnhancedStatusCode members

TryParse overload

Microsoft.Exchange.Data namespace