C# Class mobSocial.Data.Extensions.TypeConversionExtensions

Mostrar archivo Open project: mobsoftware/mobsocial

Public Methods

Method Description
GetBoolean ( this value, bool throwExceptionOnError = true ) : bool
GetDecimal ( this value, bool throwExceptionOnError = true ) : decimal
GetInteger ( this value, bool throwExceptionOnError = true ) : int

Method Details

GetBoolean() public static method

public static GetBoolean ( this value, bool throwExceptionOnError = true ) : bool
value this
throwExceptionOnError bool
return bool

GetDecimal() public static method

public static GetDecimal ( this value, bool throwExceptionOnError = true ) : decimal
value this
throwExceptionOnError bool
return decimal

GetInteger() public static method

public static GetInteger ( this value, bool throwExceptionOnError = true ) : int
value this
throwExceptionOnError bool
return int