Class EnumUtil
Contains utility functions that operate on the library's enum types.
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public static class EnumUtil
Methods
| Edit this page View SourceDataTypeSize(DataType)
Declaration
public static ulong DataTypeSize(DataType datatype)
Parameters
Type | Name | Description |
---|---|---|
DataType | datatype |
Returns
Type | Description |
---|---|
ulong |
IsStringType(DataType)
Declaration
public static bool IsStringType(DataType datatype)
Parameters
Type | Name | Description |
---|---|---|
DataType | datatype |
Returns
Type | Description |
---|---|
bool |