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
textstringThe text to parse.
delimiterstringThe delimiter character that is not contained in the parts.