VisioForge (c) 2025

Search Results for

    Class BytesValue

    Inheritance
    object
    BaseValue
    BytesValue
    Inherited Members
    BaseValue.Value
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Metadata.KLV
    Assembly: VisioForge.Core.dll
    Syntax
    public class BytesValue : BaseValue

    Constructors

    BytesValue(byte[])

    Declaration
    public BytesValue(byte[] value)
    Parameters
    Type Name Description
    byte[] value

    Methods

    Bytes()

    Declaration
    public override byte[] Bytes()
    Returns
    Type Description
    byte[]
    Overrides
    BaseValue.Bytes()

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()