C# 클래스 NContrib.ShorthandString

파일 보기 프로젝트 열기: veracross/ncontrib

공개 메소드들

메소드 설명
ShorthandString ( string s ) : System
ShorthandString ( string s, IFormatProvider formatProvider ) : System
ShorthandString ( string s, string cultureName ) : System
operator ( ) : bool
operator ( ) : string

메소드 상세

ShorthandString() 공개 메소드

public ShorthandString ( string s ) : System
s string
리턴 System

ShorthandString() 공개 메소드

public ShorthandString ( string s, IFormatProvider formatProvider ) : System
s string
formatProvider IFormatProvider
리턴 System

ShorthandString() 공개 메소드

public ShorthandString ( string s, string cultureName ) : System
s string
cultureName string
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : string
리턴 string