Overload | Description |
---|---|
ToString(Byte[],Encoding) | Gets a System.String instance that is a string representation of the specified byte array in the specified encoding. |
ToString(Byte[],Encoding,Boolean) | Gets a System.String instance that is a string representation of the specified byte array in the specified encoding. Instance may contain prefix that determines the encoding. |
ToString(MemoryStream,Encoding) | Gets a System.String instance that is a string representation of the System.IO.MemoryStream type stream in the specified encoding. |
ToString(MemoryStream,Encoding,Boolean) | Gets a System.String instance that is a string representation of the System.IO.MemoryStream type stream in the specified encoding. Instance may contain prefix that determines the encoding. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2