string[] GetStringArray(string[] defaultValue = null)

Get the current value as a string[].

Parameters

Name Description
defaultValue The default value to use if the value is not a string[].

Return

The value as a string[].