ByteQuantifiedSize.ToString method (String)

Converts the numeric value of this instance to its equivalent string representation, using the specified format.

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

Syntax

'Declaration
Public Function ToString ( _
    format As String _
) As String
'Usage
Dim instance As ByteQuantifiedSize
Dim format As String
Dim returnValue As String

returnValue = instance.ToString(format)
public string ToString(
    string format
)

Parameters

Return value

Type: System.String
The string representation of the value of this instance as specified by the format parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

ToString overload

Microsoft.Exchange.Data namespace