Share via


Difference.IsEncodingSupported Method (Int32)

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)

Syntax

'Declaration
Public Shared Function IsEncodingSupported ( _
    codePage As Integer _
) As Boolean
public static bool IsEncodingSupported(
    int codePage
)
public:
static bool IsEncodingSupported(
    int codePage
)
static member IsEncodingSupported : 
        codePage:int -> bool
public static function IsEncodingSupported(
    codePage : int
) : boolean

Parameters

  • codePage
    Type: System.Int32

    The code page for the encoding to check.

Return Value

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

.NET Framework Security

See Also

Reference

Difference Class

IsEncodingSupported Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace