C# Class LightDataAccess.ConvertUtils

Exibir arquivo Open project: antonsamarsky/emitmapper-tools

Public Methods

Method Description
ToBool ( this s ) : bool
ToGuid ( this str ) : System.Guid
ToGuidStr ( this str ) : string
ToShort ( this b ) : short

Method Details

ToBool() public static method

public static ToBool ( this s ) : bool
s this
return bool

ToGuid() public static method

public static ToGuid ( this str ) : System.Guid
str this
return System.Guid

ToGuidStr() public static method

public static ToGuidStr ( this str ) : string
str this
return string

ToShort() public static method

public static ToShort ( this b ) : short
b this
return short