C# Class Scenarioo.Api.Util.Image.ScenarioDocuImageFileUtil

Datei anzeigen Open project: scenarioo/scenarioo-cs

Public Methods

Method Description
MarshalImage ( string fileName, byte file ) : void

Wrapper for marshaling an image to file system

Method Details

MarshalImage() public static method

Wrapper for marshaling an image to file system
public static MarshalImage ( string fileName, byte file ) : void
fileName string
file byte
return void