Extensions..::..Replace Method (array<Byte>[]()[][], UInt64, UInt64)
Replaces the specified bytes by others.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function Replace ( _ src As Byte(), _ find As ULong, _ replaceBy As ULong _ ) As Byte()
[ExtensionAttribute] public: static array<unsigned char^>^ Replace( array<unsigned char^>^ src, unsigned long long^ find, unsigned long long^ replaceBy )
Parameters
- src
- Type: array<Byte>[]()[][]
The source.
- find
- Type: UInt64
bytes to find.
- replaceBy
- Type: UInt64
replace found bytes by.