ExDateTime.TryParse method (String, ExDateTime)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
s As String, _
<OutAttribute> ByRef result As ExDateTime _
) As Boolean
'Usage
Dim s As String
Dim result As ExDateTime
Dim returnValue As Boolean
returnValue = ExDateTime.TryParse(s, result)
public static bool TryParse(
string s,
out ExDateTime result
)
Parameters
- s
Type: System.String
- result
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
Return value
Type: System.Boolean