C# Class LightDataAccess.ConvertUtils

Afficher le fichier Open project: antonsamarsky/emitmapper-tools

Méthodes publiques

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

Method Details

ToBool() public static méthode

public static ToBool ( this s ) : bool
s this
Résultat bool

ToGuid() public static méthode

public static ToGuid ( this str ) : System.Guid
str this
Résultat System.Guid

ToGuidStr() public static méthode

public static ToGuidStr ( this str ) : string
str this
Résultat string

ToShort() public static méthode

public static ToShort ( this b ) : short
b this
Résultat short