C# 클래스 WhatsAppApi.Helper.DecodeHelper

파일 보기 프로젝트 열기: rquiroz/WhatsAPINet

공개 메소드들

메소드 설명
SplitStringN ( this value, int count ) : string[]
decode ( string hex ) : string
getDictionary ( ) : string[]
getToken ( int index ) : string

메소드 상세

SplitStringN() 공개 정적인 메소드

public static SplitStringN ( this value, int count ) : string[]
value this
count int
리턴 string[]

decode() 공개 정적인 메소드

public static decode ( string hex ) : string
hex string
리턴 string

getDictionary() 공개 정적인 메소드

public static getDictionary ( ) : string[]
리턴 string[]

getToken() 공개 정적인 메소드

public static getToken ( int index ) : string
index int
리턴 string