HttpRange.TryParse Method

Namespace:  Microsoft.TeamFoundation.TestManagement.Common.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

'Declaration
Public Shared Function TryParse ( _
    range As String, _
    <OutAttribute> ByRef obj As HttpRange _
) As Boolean
public static bool TryParse(
    string range,
    out HttpRange obj
)
public:
static bool TryParse(
    String^ range, 
    [OutAttribute] HttpRange^% obj
)
static member TryParse : 
        range:string * 
        obj:HttpRange byref -> bool
public static function TryParse(
    range : String, 
    obj : HttpRange
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

HttpRange Class

Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace