C# Класс LightDataAccess.ConvertUtils

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

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

Метод Описание
ToBool ( this s ) : bool
ToGuid ( this str ) : System.Guid
ToGuidStr ( this str ) : string
ToShort ( this b ) : short

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

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

public static ToBool ( this s ) : bool
s this
Результат bool

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

public static ToGuid ( this str ) : System.Guid
str this
Результат System.Guid

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

public static ToGuidStr ( this str ) : string
str this
Результат string

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

public static ToShort ( this b ) : short
b this
Результат short