C# Class FastSmsSdk.Extensions.StringExtensions

Afficher le fichier Open project: fastsmsuk/dotNet-sdk

Méthodes publiques

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

Method Details

AsDecimalSafe() public static méthode

public static AsDecimalSafe ( this text ) : decimal?
text this
Résultat decimal?

AsIntSafe() public static méthode

public static AsIntSafe ( this text ) : int?
text this
Résultat int?

ReplaceForIndex() public static méthode

public static ReplaceForIndex ( this strings, int index ) : string
strings this
index int
Résultat string