C# Class Gammtek.Conduit.Extensions.BooleanExtensions

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
ToByte ( this value ) : byte
ToChar ( this value ) : char
ToDateTime ( this value ) : System.DateTime
ToDecimal ( this value ) : decimal
ToDouble ( this value ) : double
ToInt16 ( this value ) : short
ToInt32 ( this value ) : int
ToInt64 ( this value ) : long
ToSByte ( this value ) : sbyte
ToSingle ( this value ) : float
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

Method Details

ToByte() public static méthode

public static ToByte ( this value ) : byte
value this
Résultat byte

ToChar() public static méthode

public static ToChar ( this value ) : char
value this
Résultat char

ToDateTime() public static méthode

public static ToDateTime ( this value ) : System.DateTime
value this
Résultat System.DateTime

ToDecimal() public static méthode

public static ToDecimal ( this value ) : decimal
value this
Résultat decimal

ToDouble() public static méthode

public static ToDouble ( this value ) : double
value this
Résultat double

ToInt16() public static méthode

public static ToInt16 ( this value ) : short
value this
Résultat short

ToInt32() public static méthode

public static ToInt32 ( this value ) : int
value this
Résultat int

ToInt64() public static méthode

public static ToInt64 ( this value ) : long
value this
Résultat long

ToSByte() public static méthode

public static ToSByte ( this value ) : sbyte
value this
Résultat sbyte

ToSingle() public static méthode

public static ToSingle ( this value ) : float
value this
Résultat float

ToUInt16() public static méthode

public static ToUInt16 ( this value ) : ushort
value this
Résultat ushort

ToUInt32() public static méthode

public static ToUInt32 ( this value ) : uint
value this
Résultat uint

ToUInt64() public static méthode

public static ToUInt64 ( this value ) : ulong
value this
Résultat ulong