See Also

CalendarPattern Class  | CalendarPattern Members

Language

Visual Basic

C#

Show All

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.
See Also Languages dotnetCHARTING Send comments on this topic.

PatternFromString Method

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()
[C#]
public static bool[] PatternFromString(    string str );

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.