This documentation is archived and is not being maintained.
FileType::GetEncodingName Method
Visual Studio 2013
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)
Parameters
- encoding
- Type: System::Int32
The integer ID of the desired encoding.
Return Value
Type: System::StringThe name of the encoding that is associated with the specified integer.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: