Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class / Iso88591BytesToString Method
The ISO-8859-1 bytes
Version
Iso88591BytesToString Method
Converts bytes in ISO-8859-1 encoding to a regular string.
Syntax
public static string Iso88591BytesToString( 
   byte[] inBytes
)

Parameters

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