robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

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

Replaces the specified bytes by others.

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

Syntax


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

Parameters

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

Return Value

System.Byte[].