C# Class Data.DBString

Inheritance: Value
Show file Open project: hogeschool/INFDEV03-5 Class Usage Examples

Public Methods

Method Description
DBString ( string s ) : System
IsEmpty ( ) : bool
ToString ( ) : string
operator ( ) : DBString

Method Details

DBString() public method

public DBString ( string s ) : System
s string
return System

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : DBString
return DBString