C# Class NContrib.ShorthandString

Afficher le fichier Open project: veracross/ncontrib

Méthodes publiques

Méthode Description
ShorthandString ( string s ) : System
ShorthandString ( string s, IFormatProvider formatProvider ) : System
ShorthandString ( string s, string cultureName ) : System
operator ( ) : bool
operator ( ) : string

Method Details

ShorthandString() public méthode

public ShorthandString ( string s ) : System
s string
Résultat System

ShorthandString() public méthode

public ShorthandString ( string s, IFormatProvider formatProvider ) : System
s string
formatProvider IFormatProvider
Résultat System

ShorthandString() public méthode

public ShorthandString ( string s, string cultureName ) : System
s string
cultureName string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : string
Résultat string