ByteQuantifiedSize.ToString method (String, IFormatProvider)

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.

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

  • formatProvider
    Type: System.IFormatProvider

    An object that supplies culture-specific formatting information about this instance.

Return value

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

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

ToString overload

Microsoft.Exchange.Data namespace