Overload List

NameDescription
Set(String)
Sets the class value to the IP address parsed from the string parameter.
(Overrides OctetString.Set(String).)
Set(UInt32)
Set class value from 32-bit unsigned integer value representation of the IP address value
Set(Byte)
Set class value to an array 1 byte long and set the value to the supplied argument.
Set(array<Byte>[]()[])
Set class value from the argument byte array. If byte array argument is null or length == 0, internal OctetString buffer is set to null.
Set(Int32, Byte)
Set value at specified position to the supplied value

See Also