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 description of the specified encoding.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Function GetDescription ( _
encoding As Encoding _
) As String
public static string GetDescription(
Encoding encoding
)
public:
static String^ GetDescription(
Encoding^ encoding
)
static member GetDescription :
encoding:Encoding -> string
public static function GetDescription(
encoding : Encoding
) : String
Parameters
encoding
Type: System.Text.EncodingThe encoding for which the description is desired.
Return Value
Type: System.String
The description of the specified encoding.
.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.