Class EnumUtil
Contains utility functions that operate on the library's enum types.
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
Returns
|
Edit this page
View Source
DataTypeToType(DataType)
Declaration
[Obsolete("The EnumUtils.TypeToDataType and EnumUtils.DataTypeToType methods are obsolete and will be removed in a future version.", DiagnosticId = "TILEDB0013", UrlFormat = "https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#{0}")]
public static Type DataTypeToType(DataType datatype)
Parameters
Returns
|
Edit this page
View Source
IsStringType(DataType)
Declaration
public static bool IsStringType(DataType datatype)
Parameters
Returns
|
Edit this page
View Source
TypeToDataType(Type)
Declaration
[Obsolete("The EnumUtils.TypeToDataType and EnumUtils.DataTypeToType methods are obsolete and will be removed in a future version.", DiagnosticId = "TILEDB0013", UrlFormat = "https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#{0}")]
public static DataType TypeToDataType(Type t)
Parameters
Type |
Name |
Description |
Type |
t |
The type to convert.
|
Returns
Exceptions