Table of Contents

Method FromBytes

Namespace
Scaleout.Client.KeyEncoding
Assembly
Scaleout.Client.dll

FromBytes(byte[])

Decodes an encoded string key returned from the ScaleOut service.

public override string FromBytes(byte[] bytes)

Parameters

bytes byte[]

Encoded key.

Returns

string

A string representation of the key.