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.Int32The 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.