ParseOptionsStringProvider Property

Gets or sets the LocalizedStringProvider implementation to use to get strings for error messages and usage help.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public LocalizedStringProvider StringProvider { get; set; }

Property Value

LocalizedStringProvider
An instance of a class inheriting from the LocalizedStringProvider class. The default value is an instance of the LocalizedStringProvider class itself.

Remarks

Set this property if you want to customize or localize error messages or usage help strings.

See Also