Summary
    Utility that that respect quotes when splitting a string.
    
		- Namespace
 - Cake
.Core .Text  - Base Types
 - 
									
- object
 
 
							graph BT
	Type-->Base0["object"]
	Type["QuoteAwareStringSplitter"]
class Type type-node
						
					Syntax
public static class QuoteAwareStringSplitter
			Methods
| Name | Value | Summary | 
|---|---|---|
| Split | 
								IEnumerable | 
								
									 
    Splits the provided string on spaces while respecting quoted strings.
     
											static 
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| ToDictionary | 
								IDictionary | 
								
									
										 From ObjectHelpers 
                                            	Requires the Cake.DeployParams addin 
								 | 
							
| To | 
								string | 
									 
            Returns the string value or a  
										Not set> markup suitable for Spectre.Console.
            From StringExtensions 
                                            	Requires the Cake.Issues addin 
								 | 
							
