LocalizationResources.ArgumentConversionCannotParse(String, Type) 方法

定義

將值插入本地化字串,類似於無法如預期類型{1}剖析自變數 '{0}' 。

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

傳回

適用於