stringParts(String, String) Method

returns string in space separated parts (tokenize String following CamelCase switch or when given specialConfigStoreSeparator occurs)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

private static string stringParts(
	string theString,
	string specialConfigStoreSeparator
	)

Parameters

theString
Type: String
string to be tokenized
specialConfigStoreSeparator
Type: String
if not empty, tokenize theString by this separator, else tokenize by camel case

Returns

String