Click or drag to resize
ByteHelperToFile Method

[Missing <summary> documentation for "M:X3Platform.Util.ByteHelper.ToFile(System.Byte[],System.String)"]

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static long ToFile(
	byte[] buffer,
	string path
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:X3Platform.Util.ByteHelper.ToFile(System.Byte[],System.String)"]

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:X3Platform.Util.ByteHelper.ToFile(System.Byte[],System.String)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:X3Platform.Util.ByteHelper.ToFile(System.Byte[],System.String)"]

See Also