Table of Contents

Interface IPowershellParser

Namespace
SunamoInterfaces.Interfaces.SunamoPS
Assembly
SunamoInterfaces.dll

Interface for PowerShell parsing operations.

public interface IPowershellParser
Extension Methods

Methods

ParseToParts(string, string)

Parses text into parts using a delimiter character.

List<string> ParseToParts(string text, string delimiter)

Parameters

text string

The text to parse.

delimiter string

The delimiter character that is not contained in the parts.

Returns

List<string>

List of parsed parts.