LocalizedStringProviderApplyValueError Method

Gets the error message for ApplyValueError.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public virtual string ApplyValueError(
	string argumentName,
	string? message
)

Parameters

argumentName  String
The name of the argument.
message  String
The error message of the conversion.

Return Value

String
The error message.

See Also