LocalizationResources.ArgumentConversionCannotParseForOption 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将值内插到本地化字符串中,类似于无法分析选项“”的参数“{0}{1},如预期类型 {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