| 
            
              DiffMatchPatchPatchFromText Method
             | 
          
        
        
            Parse a textual representation of patches and return a List of Patch objects.
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic List<Patch> PatchFromText(
	string textline
)
Public Function PatchFromText ( 
	textline As String
) As List(Of Patch)
public:
List<Patch^>^ PatchFromText(
	String^ textline
)
member PatchFromText : 
        textline : string -> List<Patch> function PatchFromText(textline);
 View SourceParameters
- textline  String
 - Text representation of patches
 
Return Value
ListPatchList of Patch objects
Exceptions| Exception | Condition | 
|---|
| ArgumentException | If invalid input | 
See Also