VisioForge (c) 2025

Search Results for

    Class BaseValue

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

    Properties

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    object

    Methods

    Bytes()

    Declaration
    public virtual byte[] Bytes()
    Returns
    Type Description
    byte[]