menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VARTYPE - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VARTYPE

    This enumeration is used in VARIANT, TYPEDESC, OLE property sets, and safe arrays.

    Inheritance
    System.Object
    VARTYPE
    Namespace: Syncfusion.CompoundFile.DocIO.Native
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class VARTYPE : Enum

    Fields

    VT_BOOL

    Variable type is Boolean; True=-1, False=0.

    Declaration
    public const VARTYPE VT_BOOL
    Field Value
    Type
    VARTYPE

    VT_BSTR

    Variable type is binary string.

    Declaration
    public const VARTYPE VT_BSTR
    Field Value
    Type
    VARTYPE

    VT_DATE

    Variable type is date.

    Declaration
    public const VARTYPE VT_DATE
    Field Value
    Type
    VARTYPE

    VT_EMPTY

    Variable type is not specified.

    Declaration
    public const VARTYPE VT_EMPTY
    Field Value
    Type
    VARTYPE

    VT_FILETIME

    Variable type is FILENAME string.

    Declaration
    public const VARTYPE VT_FILETIME
    Field Value
    Type
    VARTYPE

    VT_I4

    Variable type is 4-byte signed INT.

    Declaration
    public const VARTYPE VT_I4
    Field Value
    Type
    VARTYPE

    VT_INT

    Variable type is int.

    Declaration
    public const VARTYPE VT_INT
    Field Value
    Type
    VARTYPE

    VT_LPSTR

    Variable type is LPSTR.

    Declaration
    public const VARTYPE VT_LPSTR
    Field Value
    Type
    VARTYPE

    VT_LPWSTR

    Variable type is LPWSTR

    Declaration
    public const VARTYPE VT_LPWSTR
    Field Value
    Type
    VARTYPE

    VT_VARIANT

    Variable type is VARIANT FAR*.

    Declaration
    public const VARTYPE VT_VARIANT
    Field Value
    Type
    VARTYPE

    VT_VECTOR

    Variable type is binary VECTOR.

    Declaration
    public const VARTYPE VT_VECTOR
    Field Value
    Type
    VARTYPE

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved