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

    Parameters

    inString
    The string to convert.

    Return Value

    The UTF-8 bytes.
    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