This documentation is archived and is not being maintained.

FileType::GetEncodingName Method

Gets the name of the encoding that is associated with the specified integer.

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

public:
static String^ GetEncodingName(
	int encoding
)

Parameters

encoding
Type: System::Int32

The integer ID of the desired encoding.

Return Value

Type: System::String
The name of the encoding that is associated with the specified integer.

Show: