Show / Hide Table of Contents

Class EnumUtil

Contains utility functions that operate on the library's enum types.

Inheritance
object
EnumUtil
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public static class EnumUtil

Methods

| Edit this page View Source

DataTypeSize(DataType)

Declaration
public static ulong DataTypeSize(DataType datatype)
Parameters
Type Name Description
DataType datatype
Returns
Type Description
ulong
| Edit this page View Source

IsStringType(DataType)

Declaration
public static bool IsStringType(DataType datatype)
Parameters
Type Name Description
DataType datatype
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.