 | 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: 3.0.5
Syntaxpublic static string[] ToSafeStringArray(
string[] value
)
Parameters
- value String
- The string array to encode.
Return Value
StringA string string representing an encoded string array.
ExceptionsException | Condition |
---|
NotSupportedException | Thrown if any string array item equals the null replacement token. |
See Also