LocalizationResources.ArgumentConversionCannotParseForCommand 方法

定义

将值内插到本地化字符串中,类似于无法分析命令“”的参数“{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

返回

适用于