Sdílet prostřednictvím


LocalizationResources.ArgumentConversionCannotParseForOption Metoda

Definice

Interpoluje hodnoty do lokalizovaného řetězce podobného jako Nelze analyzovat argument '{0}' pro možnost '{1}' podle očekávaného typu {2}..

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

Parametry

value
String
optionAlias
String
expectedType
Type

Návraty

Platí pro