Condividi tramite


LocalizationResources.ArgumentConversionCannotParseForCommand Metodo

Definizione

Interpola i valori in una stringa localizzata simile a Impossibile analizzare l'argomento '{0}' per il comando '{1}' come tipo {2}previsto.

public:
 virtual System::String ^ ArgumentConversionCannotParseForCommand(System::String ^ value, System::String ^ commandAlias, Type ^ expectedType);
public virtual string ArgumentConversionCannotParseForCommand (string value, string commandAlias, Type expectedType);
abstract member ArgumentConversionCannotParseForCommand : string * string * Type -> string
override this.ArgumentConversionCannotParseForCommand : string * string * Type -> string
Public Overridable Function ArgumentConversionCannotParseForCommand (value As String, commandAlias As String, expectedType As Type) As String

Parametri

value
String
commandAlias
String
expectedType
Type

Restituisce

Si applica a