LocalizationResources.ArgumentConversionCannotParseForOption メソッド

定義

"Cannot parse argument '' for option '' as expected type .. (オプション '{1}' の引数 '{0}' を解析できません) のようなローカライズされた文字列に値を補間します{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

パラメーター

value
String
optionAlias
String
expectedType
Type

戻り値

適用対象