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 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
format
Type: System.StringA numeric format string.
formatProvider
Type: System.IFormatProviderAn 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.