Compartir a través de


ByteQuantifiedSize.Parse Method (String)

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

Syntax

'Declaration
Public Shared Function Parse ( _
    expression As String _
) As ByteQuantifiedSize
'Usage
Dim expression As String
Dim returnValue As ByteQuantifiedSize

returnValue = ByteQuantifiedSize.Parse(expression)
public static ByteQuantifiedSize Parse(
    string expression
)

Parameters