LocalizationResources.ArgumentConversionCannotParse(String, Type) 方法

定义

将值内插到本地化字符串中,类似于无法将参数“”{0}解析为预期类型 {1}。。

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

参数

value
String
expectedType
Type

返回

适用于