|
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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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