C# Класс FastSmsSdk.Extensions.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AsDecimalSafe ( this text ) : decimal?
AsIntSafe ( this text ) : int?
ReplaceForIndex ( this strings, int index ) : string

Описание методов

AsDecimalSafe() публичный статический Метод

public static AsDecimalSafe ( this text ) : decimal?
text this
Результат decimal?

AsIntSafe() публичный статический Метод

public static AsIntSafe ( this text ) : int?
text this
Результат int?

ReplaceForIndex() публичный статический Метод

public static ReplaceForIndex ( this strings, int index ) : string
strings this
index int
Результат string