ExDateTime.ToString method (String, IFormatProvider)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function ToString ( _
format As String, _
provider As IFormatProvider _
) As String
'Usage
Dim instance As ExDateTime
Dim format As String
Dim provider As IFormatProvider
Dim returnValue As String
returnValue = instance.ToString(format, _
provider)
public string ToString(
string format,
IFormatProvider provider
)
Parameters
- format
Type: System.String
- provider
Type: System.IFormatProvider
Return value
Type: System.String