Show / Hide Table of Contents

Class KeyBytesExtensions

Inheritance
Object
KeyBytesExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Store.Remote.Extensions
Assembly: Libplanet.Store.Remote.dll
Syntax
public static class KeyBytesExtensions

Methods

| Improve this Doc View Source

ToByteString(KeyBytes)

Declaration
public static ByteString ToByteString(this KeyBytes this)
Parameters
Type Name Description
KeyBytes this
Returns
Type Description
ByteString
| Improve this Doc View Source

ToKeyValueStoreKey(KeyBytes)

Declaration
public static KeyValueStoreKey ToKeyValueStoreKey(this KeyBytes this)
Parameters
Type Name Description
KeyBytes this
Returns
Type Description
KeyValueStoreKey
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium