Method Apply
Apply(StringBuilder, String)
Apply the given patch string diff
to the given string
dest
Declaration
public static void Apply(StringBuilder dest, string diff)
Parameters
Type | Name | Description |
---|---|---|
String |
dest | Destination string |
System. |
diff | Patch string |