Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA 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.