Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Shared Function GetEncodingName ( _
encoding As Integer _
) As String
public static string GetEncodingName(
int encoding
)
public:
static String^ GetEncodingName(
int encoding
)
static member GetEncodingName :
encoding:int -> string
public static function GetEncodingName(
encoding : int
) : String
Parameters
encoding
Type: System.Int32The integer ID of the desired encoding.
Return Value
Type: System.String
The name of the encoding that is associated with the specified integer.
.NET Framework Security
- 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.