This documentation is archived and is not being maintained.

FileType::GetDisplayName Method

Gets the display name of the specified encoding.

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

public:
static String^ GetDisplayName(
	Encoding^ encoding
)

Parameters

encoding
Type: System.Text::Encoding

The encoding for which the display name is desired.

Return Value

Type: System::String
The display name of the specified encoding.

Show: