Copies to network byte representation of the domain name to a byte array
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public void CopyBytesTo( byte[] toBA, int toPos ) |
| Visual Basic (Declaration) |
|---|
Public Sub CopyBytesTo ( _ toBA As Byte(), _ toPos As Integer _ ) |
| Visual C++ |
|---|
public: void CopyBytesTo( array<unsigned char>^ toBA, int toPos ) |
Parameters
- toBA
- Type: array<System..::.Byte>[]()[]
The byte array to copy to
- toPos
- Type: System..::.Int32
The position in the byte array to copy to