Class DecimalTypeAdapter
Inheritance
object
DecimalTypeAdapter
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class DecimalTypeAdapter : ITypeAdapter
Methods
ConvertFrom(byte[])
Declaration
public object ConvertFrom(byte[] decimalBuf)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | decimalBuf |
Returns
| Type | Description |
|---|---|
| object |
ConvertTo(object)
Declaration
public byte[] ConvertTo(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
Returns
| Type | Description |
|---|---|
| byte[] |
GetDataType()
Declaration
public Type GetDataType()
Returns
| Type | Description |
|---|---|
| Type |