Persistate API documentation
Join Method (separator, strings)
NamespacesPersistateUtlJoin(String, array<String>[]()[][])

[This is preliminary documentation and is subject to change.]

Joins a set of strings separated by another string.
Declaration Syntax
C#
public static string Join(
	string separator,
	params string[] strings
)
Parameters
separator (String)
The separator string to use. If this is null, String.Empty is used.
strings (array<String>[]()[][])
The strings to join.
Return Value
A string containing the joined strings.
Remarks
This works similarly to String.Join, except that any of the supplied strings can be null or empty. In this case, the separator for that string is not included. In other words there will never be two contiguous separators.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)