Click or drag to resize

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

Parameters

value  String
The string array to decode.

Return Value

String
A decoded string array.
See Also