Compartir a través de


ByteQuantifiedSize.ToString Method (String, IFormatProvider)

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

Syntax

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

returnValue = instance.ToString(format, _
    formatProvider)
public string ToString(
    string format,
    IFormatProvider formatProvider
)

Parameters

Return Value

Type: System.String
Returns String.

Implements

IFormattable.ToString(String, IFormatProvider)