This documentation is archived and is not being maintained.

Difference::IsEncodingSupported Method (Encoding)

Checks whether the specified encoding is supported by the diff/merge engine.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
static bool IsEncodingSupported(
	Encoding^ encoding
)

Parameters

encoding
Type: System.Text::Encoding

The encoding to check.

Return Value

Type: System::Boolean
True if the specified encoding is supported by the diff/merge engine; otherwise, false.

Show: