DiffTaggerDiffInsert Method |
Mark up this entry as an insert.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string DiffInsert(
string s
)
Public Function DiffInsert (
s As String
) As String
Parameters
- s
- Type: SystemString
The inserted text.
Return Value
Type:
StringThe marked up entry.
See Also