C# Класс Cedar.Utility

Показать файл Открыть проект

Открытые методы

Метод Описание
FormatWith ( this format, IFormatProvider provider, object source ) : string
FormatWith ( this format, object source ) : string

Приватные методы

Метод Описание
DecomposeKey ( long key ) : long

returns Shardid

GenerateKey ( long shardId ) : Key

Описание методов

FormatWith() публичный статический Метод

public static FormatWith ( this format, IFormatProvider provider, object source ) : string
format this
provider IFormatProvider
source object
Результат string

FormatWith() публичный статический Метод

public static FormatWith ( this format, object source ) : string
format this
source object
Результат string