Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class / Iso88591StreamToString Method
he ISO-8859-1 stream.
In This Topic
    Iso88591StreamToString Method
    In This Topic
    Converts ISO-8859-1-encoded bytes from a stream to a string.
    Syntax
    public static string Iso88591StreamToString( 
       Stream stream
    )

    Parameters

    stream
    he ISO-8859-1 stream.

    Return Value

    The full stream contents as a string. Also closes the stream.
    Requirements

    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

    See Also