C# 클래스 EA.Iws.Web.Infrastructure.StringExtensions

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
IsValidMoneyDecimal ( this value ) : bool
ToMoneyDecimal ( this value ) : decimal
ToNonBreakingString ( this value ) : string

비공개 메소드들

메소드 설명
StringExtensions ( ) : System

메소드 상세

IsValidMoneyDecimal() 공개 정적인 메소드

public static IsValidMoneyDecimal ( this value ) : bool
value this
리턴 bool

ToMoneyDecimal() 공개 정적인 메소드

public static ToMoneyDecimal ( this value ) : decimal
value this
리턴 decimal

ToNonBreakingString() 공개 정적인 메소드

public static ToNonBreakingString ( this value ) : string
value this
리턴 string