Table of Contents

Class RemoveCommentsHelper

Namespace
SunamoDevCode.Helpers
Assembly
SunamoDevCode.dll

Jednotné místo pro remove commentů odevšad protože jsem chtěl odst # a nemohl jsem si vzpomenout kde se používají

public class RemoveCommentsHelper
Inheritance
RemoveCommentsHelper
Inherited Members
Extension Methods

Methods

Powershell(string)

Removes PowerShell comment lines (starting with #) from the given text.

public static string Powershell(string text)

Parameters

text string

PowerShell script content to process.

Returns

string

Text with comment lines removed.