This documentation is archived and is not being maintained.

FileType::GetEncodingCodePage Method

Gets the code page that represents the specified encoding.

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

public:
static int GetEncodingCodePage(
	String^ encoding
)

Parameters

encoding
Type: System::String

The encoding for which the code page is desired.

Return Value

Type: System::Int32
The code page that represents the specified encoding.

Show: