C# Class FastSmsSdk.Extensions.StringExtensions

Mostrar archivo Open project: fastsmsuk/dotNet-sdk

Public Methods

Method Description
AsDecimalSafe ( this text ) : decimal?
AsIntSafe ( this text ) : int?
ReplaceForIndex ( this strings, int index ) : string

Method Details

AsDecimalSafe() public static method

public static AsDecimalSafe ( this text ) : decimal?
text this
return decimal?

AsIntSafe() public static method

public static AsIntSafe ( this text ) : int?
text this
return int?

ReplaceForIndex() public static method

public static ReplaceForIndex ( this strings, int index ) : string
strings this
index int
return string