Class AlphaNumList
Inheritance
System.Object
AlphaNumList
Assembly: Spruce.dll
Syntax
public class AlphaNumList : StringList
Constructors
|
Improve this Doc
View Source
AlphaNumList(String, Boolean)
Declaration
protected AlphaNumList(string aText, bool aIgnoreCase = true)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
System.Boolean |
aIgnoreCase |
|
|
Improve this Doc
View Source
AlphaNumList(String[], Boolean)
Declaration
protected AlphaNumList(string[] aList, bool aIgnoreCase = true)
Parameters
Type |
Name |
Description |
System.String[] |
aList |
|
System.Boolean |
aIgnoreCase |
|