Click or drag to resize

BaseProcessorMultiStringSplit Method

A helper method that splits a single string into a string array. Reverse processing is done by MultiStringJoin(String). Currently only used by the Azure Table processor.

Namespace: Orthogonal.NSettings
Assembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntax
C#
public static string[] MultiStringSplit(
	string value
)

Parameters

value  String
The string containing the encoded string array.

Return Value

String
A string array decoded from an encoded string string.
See Also