| Visual Basic (Declaration) | |
|---|---|
Public Shared Function PatternFromString( _ ByVal str As String _ ) As Boolean() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
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.