C# Класс StatePrinting.ValueConverters.RollingGuidValueConverter

Handles the printing of guids, where each guid is transformed into a very readable form by transforming a small integer into the guid-format. When the same guid is to be printed multiple times, it retains its new simpler-to-read value. This is nice for unit testing, since guids now become stable across multiple executions
Наследование: IValueConverter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanHandleType ( Type t ) : bool
Convert ( object source ) : string

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

Метод Описание
CreateRollingGuid ( ) : string

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

CanHandleType() публичный Метод

public CanHandleType ( Type t ) : bool
t System.Type
Результат bool

Convert() публичный Метод

public Convert ( object source ) : string
source object
Результат string