robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Extensions..::..Replace Method (array<Byte>[]()[][], Double, Double)

Replaces the specified bytes by others.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static byte[] Replace(
	this byte[] src,
	double find,
	double replaceBy
)
<ExtensionAttribute> _
Public Shared Function Replace ( _
	src As Byte(), _
	find As Double, _
	replaceBy As Double _
) As Byte()
[ExtensionAttribute]
public:
static array<unsigned char^>^ Replace(
	array<unsigned char^>^ src, 
	double^ find, 
	double^ replaceBy
)

Parameters

src
Type: array<Byte>[]()[][]
The source.
find
Type: Double
bytes to find.
replaceBy
Type: Double
replace found bytes by.

Return Value

System.Byte[].