This documentation is archived and is not being maintained.

FileType::GetDescription Method

Gets the description of the specified encoding.

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

public:
static String^ GetDescription(
	Encoding^ encoding
)

Parameters

encoding
Type: System.Text::Encoding

The encoding for which the description is desired.

Return Value

Type: System::String
The description of the specified encoding.

Show: