ByteQuantifiedSize.Parse method (String)

Converts the string representation of a byte-qualified value to its numeric equivalent.

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

  • expression
    Type: System.String

    A string containing a number to convert.

Return value

Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A byte-qualified equivalent to the number contained in the expression parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Parse overload

Microsoft.Exchange.Data namespace