다음을 통해 공유


LocalizationResources.ArgumentConversionCannotParseForCommand 메서드

정의

'' 명령에{1} 대해 '{0}' 인수를 구문 분석할 수 없음과 유사한 지역화된 문자열로 값을 예상 형식{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

반환

적용 대상