AzureFunctions.Controllers.AzureFunctionsController.getClearRuntime C# (CSharp) Method

getClearRuntime() private method

private getClearRuntime ( string runtime ) : string
runtime string
return string
        private string getClearRuntime(string runtime)
        {
            return runtime.Replace("~", "");
        }
    }