ExchangeCertificate.ToString method
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Function ToString ( _
format As String, _
formatProvider As IFormatProvider _
) As String
'Usage
Dim instance As ExchangeCertificate
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
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace