C# 클래스 WhatsAppApi.Helper.Func

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

공개 메소드들

메소드 설명
DecodeTo64 ( string toDecode, Encoding enc ) : string
EncodeTo64 ( string toEncode, Encoding enc ) : string
HexString2Ascii ( string hexString ) : string
_hex ( int val ) : string
isShort ( string value ) : bool
random_uuid ( ) : string
strlen_wa ( string str ) : int
strtohex ( string str ) : string

메소드 상세

DecodeTo64() 공개 정적인 메소드

public static DecodeTo64 ( string toDecode, Encoding enc ) : string
toDecode string
enc System.Text.Encoding
리턴 string

EncodeTo64() 공개 정적인 메소드

public static EncodeTo64 ( string toEncode, Encoding enc ) : string
toEncode string
enc System.Text.Encoding
리턴 string

HexString2Ascii() 공개 정적인 메소드

public static HexString2Ascii ( string hexString ) : string
hexString string
리턴 string

_hex() 공개 정적인 메소드

public static _hex ( int val ) : string
val int
리턴 string

isShort() 공개 정적인 메소드

public static isShort ( string value ) : bool
value string
리턴 bool

random_uuid() 공개 정적인 메소드

public static random_uuid ( ) : string
리턴 string

strlen_wa() 공개 정적인 메소드

public static strlen_wa ( string str ) : int
str string
리턴 int

strtohex() 공개 정적인 메소드

public static strtohex ( string str ) : string
str string
리턴 string