Unlimited<T>.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 Unlimited
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.String
- formatProvider
Type: System.IFormatProvider
Return value
Type: System.String
Returns String.