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
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.