C# 클래스 Utilities.StrUtil

파일 보기 프로젝트 열기: jediskywalker/RTDeals

공개 프로퍼티들

프로퍼티 타입 설명
EncryptPassCode string

공개 메소드들

메소드 설명
CleanFileDescription ( string desc ) : string
CleanPhoneNo ( string ph ) : string
CorrectLengthofPasscode ( string Passcode ) : string
Decrypt ( string toDecrypt ) : string
Dummy ( string input ) : string
Encrypt ( string toEncrypt ) : string

메소드 상세

CleanFileDescription() 공개 정적인 메소드

public static CleanFileDescription ( string desc ) : string
desc string
리턴 string

CleanPhoneNo() 공개 정적인 메소드

public static CleanPhoneNo ( string ph ) : string
ph string
리턴 string

CorrectLengthofPasscode() 공개 정적인 메소드

public static CorrectLengthofPasscode ( string Passcode ) : string
Passcode string
리턴 string

Decrypt() 공개 정적인 메소드

public static Decrypt ( string toDecrypt ) : string
toDecrypt string
리턴 string

Dummy() 공개 정적인 메소드

public static Dummy ( string input ) : string
input string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string toEncrypt ) : string
toEncrypt string
리턴 string

프로퍼티 상세

EncryptPassCode 공개적으로 정적으로 프로퍼티

public static string EncryptPassCode
리턴 string