C# Class EA.Iws.Web.Infrastructure.StringExtensions

显示文件 Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
IsValidMoneyDecimal ( this value ) : bool
ToMoneyDecimal ( this value ) : decimal
ToNonBreakingString ( this value ) : string

Private Methods

Method Description
StringExtensions ( ) : System

Method Details

IsValidMoneyDecimal() public static method

public static IsValidMoneyDecimal ( this value ) : bool
value this
return bool

ToMoneyDecimal() public static method

public static ToMoneyDecimal ( this value ) : decimal
value this
return decimal

ToNonBreakingString() public static method

public static ToNonBreakingString ( this value ) : string
value this
return string