Dart Tcp, Daemon, Udp Controls
DartStrings Collection Members
Overview 
Public Methods
Public Method AddAdd a string to the collection
Public Method ClearRemoves all strings in the collection
Public Method FindReturn a string from the collection where the beginning substring matches the specified string. The string comparison is case-insensitive, starting with the leftmost character.
Public Method RemoveRemove and return a String from the collection
Public Properties
Public Property AllConcatenates and returns all the strings in the collection. The Delimiter string is inserted between each string in the collection.
Public Property CountThe number of Strings in the collection
Public Property DelimiterSeparates a string into substrings when adding a string to the collection with the Add method. Also used as a separator when reading the All property.
Public Property ItemReturns or sets a string in the collection.
See Also

DartStrings Collection


Documentation Version 1.9.3.0
© 2020 Dart Communications. All Rights Reserved.
Send comments on this topic