Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class / Utf8BytesToString Method
The UTF-8 bytes.
In This Topic
    Utf8BytesToString Method
    In This Topic
    Converts bytes in UTF-8 encoding to a regular string.
    Syntax
    public static string Utf8BytesToString( 
       byte[] inBytes
    )

    Parameters

    inBytes
    The UTF-8 bytes.

    Return Value

    The input bytes as a string.
    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