C# Class NContrib.ShorthandString

显示文件 Open project: veracross/ncontrib

Public Methods

Method 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 method

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

ShorthandString() public method

public ShorthandString ( string s, IFormatProvider formatProvider ) : System
s string
formatProvider IFormatProvider
return System

ShorthandString() public method

public ShorthandString ( string s, string cultureName ) : System
s string
cultureName string
return System

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : string
return string