Method | Description | |
---|---|---|
IsNotNull ( this foo ) : bool |
Check to determine if the object is NOT null
|
|
IsNull ( this foo ) : bool |
Check to determine if the object is null
|
|
Methods ( this foo ) : List |
All methods for this object
|
|
Properties ( this foo ) : List |
All properties for this object
|
|
ToBool ( this foo ) : bool |
Convert an object to a boolean
|
|
ToDateTime ( this foo ) : System.DateTime |
Convert an object into a DateTime
|
|
ToDecimal ( this foo ) : decimal |
Convert an object into a decimal
|
|
ToJson ( this foo ) : string |
Try to convert the current object into a json object If the object cannot be converted then an exception will occur |
public static Properties ( this foo ) : List |
||
foo | this | this |
return | List |
public static ToDateTime ( this foo ) : System.DateTime | ||
foo | this | this |
return | System.DateTime |
public static ToDecimal ( this foo ) : decimal | ||
foo | this | this |
return | decimal |
public static ToJson ( this foo ) : string | ||
foo | this | this |
return | string |