Click or drag to resize

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.NSettings
Assembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntax
C#
public static string[] ToSafeStringArray(
	string[] value
)

Parameters

value  String
The string array to encode.

Return Value

String
A string string representing an encoded string array.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown if any string array item equals the null replacement token.
See Also