Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / FileHelper Class / WriteBytes Method / WriteBytes(String,Byte[]) Method
The file to write to
The data to write
In This Topic
    WriteBytes(String,Byte[]) Method
    In This Topic
    Records a textual byte-by-byte representation of the given data to the file specified
    Syntax
    public static void WriteBytes( 
       string filepath,
       byte[] value
    )

    Parameters

    filepath
    The file to write to
    value
    The data to write
    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