C# 클래스 cyberh0me.Utilities.StringExtensions

파일 보기 프로젝트 열기: cyberh0me/OTP

공개 메소드들

메소드 설명
EndsWith ( this source, string check ) : bool
StartsWith ( this input, string part ) : bool
ToBytes ( this value ) : byte[]

메소드 상세

EndsWith() 공개 정적인 메소드

public static EndsWith ( this source, string check ) : bool
source this
check string
리턴 bool

StartsWith() 공개 정적인 메소드

public static StartsWith ( this input, string part ) : bool
input this
part string
리턴 bool

ToBytes() 공개 정적인 메소드

public static ToBytes ( this value ) : byte[]
value this
리턴 byte[]