|
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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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
ExceptionsException | Condition |
---|
ArgumentException | If invalid input |
See Also