robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

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

Replaces the specified bytes by others.

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

Syntax


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

Parameters

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

Return Value

System.Byte[].