 | 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.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static string[] MultiStringSplit(
string value
)
Parameters
- value String
- The string containing the encoded string array.
Return Value
StringA string array decoded from an encoded string string.
See Also