MergeJobConflict.

GetMergeSubFileContentsAsText(MergeJobConflictSubFile) Method

Summary

Gets the contents of the sub-file, as a string, using System.Text.Encoding.Default to decode the contents.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MergeJobConflict

Syntax

public string GetMergeSubFileContentsAsText(MergeJobConflictSubFile subFile)

Parameters

Name Type Description
subFile MergeJobConflictSubFile Which particular MergeJobConflictSubFile to get the contents of.

Return Value

Type Description
string The contents of the specified subFile, as a string.