C# 클래스 FastSmsSdk.Extensions.StringExtensions

파일 보기 프로젝트 열기: fastsmsuk/dotNet-sdk

공개 메소드들

메소드 설명
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