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