Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Public Shared Function DetermineEncoding ( _
stream As Stream, _
checkForBinary As Boolean, _
fallbackEncoding As Encoding, _
scanFullFile As Boolean, _
<OutAttribute> ByRef containsPreamble As Boolean _
) As Encoding
public static Encoding DetermineEncoding(
Stream stream,
bool checkForBinary,
Encoding fallbackEncoding,
bool scanFullFile,
out bool containsPreamble
)
public:
static Encoding^ DetermineEncoding(
Stream^ stream,
bool checkForBinary,
Encoding^ fallbackEncoding,
bool scanFullFile,
[OutAttribute] bool% containsPreamble
)
static member DetermineEncoding :
stream:Stream *
checkForBinary:bool *
fallbackEncoding:Encoding *
scanFullFile:bool *
containsPreamble:bool byref -> Encoding
public static function DetermineEncoding(
stream : Stream,
checkForBinary : boolean,
fallbackEncoding : Encoding,
scanFullFile : boolean,
containsPreamble : boolean
) : Encoding
Parameters
- stream
Type: System.IO.Stream
- checkForBinary
Type: System.Boolean
- fallbackEncoding
Type: System.Text.Encoding
- scanFullFile
Type: System.Boolean
- containsPreamble
Type: System.Boolean%
Return Value
Type: System.Text.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.