Overload List
Name | Description | |
---|---|---|
![]() | IndexValue(Boolean) |
Create a new IndexValue using the contents of value
exported as a byte array.
|
![]() | IndexValue(Byte) |
Create a new IndexValue with the value specified in value.
|
![]() | IndexValue(DateTime) |
Create a new IndexValue using the contents of value
exported as a byte array.
|
![]() | IndexValue(Decimal) |
Create a new IndexValue using the contents of value
exported as a byte array.
|
![]() | IndexValue(Guid) |
Create a new IndexValue using the contents of value
exported as a byte array.
|
![]() | IndexValue(Int32) |
Create a new IndexValue using the contents of value
exported as a byte array.
|
![]() | IndexValue(Int64) |
Create a new IndexValue using the contents of value
exported as a byte array.
|
![]() | IndexValue(String) |
Create a new IndexValue using the 32-byte hashcode resulting from hashing
value with the SHA256 hash provider.
|
See Also