DayRuleTryParse Method
IT Hit WebDAV Classes Reference
Conversts the string representation to
DayRule equivalent. A return value indicates whether the conversion succeeded.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public static bool TryParse(
string source,
out DayRule result
)
Public Shared Function TryParse (
source As String,
<OutAttribute> ByRef result As DayRule
) As Boolean
public:
static bool TryParse(
String^ source,
[OutAttribute] DayRule^% result
)
static member TryParse :
source : string *
result : DayRule byref -> bool
Parameters
- source
- Type: SystemString
String representation to be converted to DayRule - result
- Type: ITHit.Collab.CalendarDayRule
DayRule instance or null if conversion failed.
Return Value
Type:
Booleantrue if conversion was successful; otherwise, false.
See Also