ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCColourRepresentation Structure / ToByteArray Method




In This Topic
    ToByteArray Method
    In This Topic
    Converts value to byte array.
    Syntax
    'Declaration
     
    Public Function ToByteArray() As Byte()
    'Usage
     
    Dim instance As ImGearIPTCColourRepresentation
    Dim value() As Byte
     
    value = instance.ToByteArray()
    public byte[] ToByteArray()
    public: byte[]* ToByteArray(); 
    public:
    array<byte>^ ToByteArray(); 

    Return Value

    String value.
    See Also