Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Data
DBString
C# Class Data.DBString
Inheritance:
Value
Exibir arquivo
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