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.
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
format
Type: System.StringA numeric format string.
Return value
Type: System.String
The string representation of the value of this instance as specified by the format parameter.