C# Class System.Data.RiakClient.ObjectHelpers

Mostra file Open project: garethstokes/Data.RiakClient

Public Methods

Method Description
DecodeToString ( this bytes ) : string
GetBytes ( this message ) : byte[]

Method Details

DecodeToString() public static method

public static DecodeToString ( this bytes ) : string
bytes this
return string

GetBytes() public static method

public static GetBytes ( this message ) : byte[]
message this
return byte[]