HelpExtensions.MakeSafeFunctionName(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.
Sanitizes a function name to be safe for bash
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ MakeSafeFunctionName(System::String ^ functionName);
public static string MakeSafeFunctionName(this string functionName);
static member MakeSafeFunctionName : string -> string
<Extension()>
Public Function MakeSafeFunctionName (functionName As String) As String
Parameters
- functionName
- String