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