LocalizationResources.UnrecognizedCommandOrArgument(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interpolates values into a localized string similar to Unrecognized command or argument '{0}'.
public:
virtual System::String ^ UnrecognizedCommandOrArgument(System::String ^ arg);
public virtual string UnrecognizedCommandOrArgument(string arg);
abstract member UnrecognizedCommandOrArgument : string -> string
override this.UnrecognizedCommandOrArgument : string -> string
Public Overridable Function UnrecognizedCommandOrArgument (arg As String) As String
Parameters
- arg
- String