 | BaseProcessorFromSafeStringArray Method |
A helper method that reverses the encoding of a string array performed by
ToSafeStringArray(String).
Currently only used by the Registry processor. Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static string[] FromSafeStringArray(
string[] value
)
Parameters
- value String
- The string array to decode.
Return Value
StringA decoded string array.
See Also