Dart Tcp, Daemon, Udp Controls
All Property
Description
Concatenates and returns all the strings in the collection. The Delimiter string is inserted between each string in the collection.
Property type
Read-only property
Syntax
Visual Basic
Public Property All As String
Remarks

Read-only. For example, if the Delimiter is ":" and the strings in the collection are "ab", "cd", and "ef", then this property returns "ab:cd:ef".

The All property takes linear (O(n)) time for strings of less than 50kB, and 0(n*size/50kB) for longer strings, where n is the number of independent strings and size is the size of the resultant string in kB. The method used is about 50-100 times as fast as most similar techniques in use today.

See Also

DartStrings Collection  | DartStrings Members


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