C# Class System.Net.WebHeaderEncoding

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
DecodeUtf8FromString ( string input ) : string
GetByteCount ( string myString ) : int
GetBytes ( string myString ) : byte[]
GetBytes ( string myString, int charIndex, int charCount, byte bytes, int byteIndex ) : void
GetString ( byte pBytes, int byteCount ) : string
GetString ( byte bytes, int byteIndex, int byteCount ) : string