|
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.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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