Method | Description | |
---|---|---|
AsDecimalSafe ( this text ) : decimal? | ||
AsIntSafe ( this text ) : int? | ||
ReplaceForIndex ( this strings, int index ) : string |
public static AsDecimalSafe ( this text ) : decimal? | ||
text | this | |
return | decimal? |
public static ReplaceForIndex ( this strings, int index ) : string | ||
strings | this | |
index | int | |
return | string |