C# Class Cedar.Utility

ファイルを表示 Open project: Vadi/Cedar

Public Methods

Method Description
FormatWith ( this format, IFormatProvider provider, object source ) : string
FormatWith ( this format, object source ) : string

Private Methods

Method Description
DecomposeKey ( long key ) : long

returns Shardid

GenerateKey ( long shardId ) : Key

Method Details

FormatWith() public static method

public static FormatWith ( this format, IFormatProvider provider, object source ) : string
format this
provider IFormatProvider
source object
return string

FormatWith() public static method

public static FormatWith ( this format, object source ) : string
format this
source object
return string