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
- line
Type: System.String
- startIndex
Type: System.Int32
- enhancedStatusCode
Type: Microsoft.Exchange.Data.EnhancedStatusCode
Return value
Type: System.Boolean