Gets a boolean array from a string of ones (1) and zeros (0).
[Visual Basic]
Public Shared Function PatternFromString( _
ByVal str As String _
) As Boolean()
Parameters
- str
-
A pattern in a string form. A string of "1100" will return [ true, true, false,
false ]. The boolean array can be used to set the Pattern property of this
CalendPattern.
Return Type
bool[]
See Also
CalendarPattern Class
| CalendarPattern Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.