Class KeyBytesExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: Libplanet.Store.Remote.Extensions
Assembly: Libplanet.Store.Remote.dll
Syntax
public static class KeyBytesExtensions
Methods
| Improve this Doc View SourceToByteString(KeyBytes)
Declaration
public static ByteString ToByteString(this KeyBytes this)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyBytes | this |
Returns
| Type | Description |
|---|---|
| ByteString |
ToKeyValueStoreKey(KeyBytes)
Declaration
public static KeyValueStoreKey ToKeyValueStoreKey(this KeyBytes this)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyBytes | this |
Returns
| Type | Description |
|---|---|
| KeyValueStoreKey |