Partilhar via


LocalizationResources.ArgumentConversionCannotParse(String, Type) Método

Definição

Interpola valores em uma cadeia de caracteres localizada semelhante a Não é possível analisar o argumento '{0}' como o tipo {1}esperado .

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

Parâmetros

value
String
expectedType
Type

Retornos

Aplica-se a