DiffOptions.GetCodePage Method

Gets the code page override if available. Otherwise returns the provided fall-back code page.

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

Syntax

'Declaration
Public Function GetCodePage ( _
    fallbackCodePage As Integer _
) As Integer
public int GetCodePage(
    int fallbackCodePage
)
public:
int GetCodePage(
    int fallbackCodePage
)
member GetCodePage : 
        fallbackCodePage:int -> int
public function GetCodePage(
    fallbackCodePage : int
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

DiffOptions Class

Microsoft.TeamFoundation.VersionControl.Common Namespace