 | BaseProcessorToSafeStringArray Method |
A helper method that encodes items of a string array with nulls replaced by a token placeholder string.
Currently only used by the Registry processor.
Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 4.0.1
Syntaxpublic static string[] ToSafeStringArray(
string[] value
)
Parameters
- value String
- The string array to encode.
Return Value
StringA string string representing an encoded string array.
Exceptions| Exception | Condition |
|---|
| NotSupportedException | Thrown if any string array item equals the null replacement token. |
See Also