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

    Parameters

    inString
    The string to convert

    Return Value

    The ISO-8859-1 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