Compartir a través de


ByteQuantifiedSize.TryParse Method (String, ByteQuantifiedSize)

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

Syntax

'Declaration
Public Shared Function TryParse ( _
    expression As String, _
    <OutAttribute> ByRef byteQuantifiedSize As ByteQuantifiedSize _
) As Boolean
'Usage
Dim expression As String
Dim byteQuantifiedSize As ByteQuantifiedSize
Dim returnValue As Boolean

returnValue = ByteQuantifiedSize.TryParse(expression, _
    byteQuantifiedSize)
public static bool TryParse(
    string expression,
    out ByteQuantifiedSize byteQuantifiedSize
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.