C# Class CSReportGlobals.cReportGlobals

Show file Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
dateValue ( object value ) : System.DateTime
format ( object expression, String strFormat ) : String
getKey ( String value ) : String
getNextKey ( ) : int
getRealName ( String name ) : String
isDate ( String date ) : bool
isDbNull ( object val ) : bool
refreshNextKey ( String key ) : void
valVariant ( object var ) : object

Method Details

dateValue() public static method

public static dateValue ( object value ) : System.DateTime
value object
return System.DateTime

format() public static method

public static format ( object expression, String strFormat ) : String
expression object
strFormat String
return String

getKey() public static method

public static getKey ( String value ) : String
value String
return String

getNextKey() public static method

public static getNextKey ( ) : int
return int

getRealName() public static method

public static getRealName ( String name ) : String
name String
return String

isDate() public static method

public static isDate ( String date ) : bool
date String
return bool

isDbNull() public static method

public static isDbNull ( object val ) : bool
val object
return bool

refreshNextKey() public static method

public static refreshNextKey ( String key ) : void
key String
return void

valVariant() public static method

public static valVariant ( object var ) : object
var object
return object