Unlimited<T>.TryParse Method (String, Unlimited<T>)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
expression As String, _
<OutAttribute> ByRef result As Unlimited(Of T) _
) As Boolean
'Usage
Dim expression As String
Dim result As Unlimited(Of T)
Dim returnValue As Boolean
returnValue = Unlimited.TryParse(expression, _
result)
public static bool TryParse(
string expression,
out Unlimited<T> result
)
Return Value
Type: System.Boolean
Returns Boolean.