C# 클래스 SyrupPayJose.Utils.StringUtils

파일 보기 프로젝트 열기: SKplanet/syruppay-csharp

공개 메소드들

메소드 설명
ByteToString ( byte strByte ) : string
StringToByte ( string str ) : byte[]
toHex ( byte b ) : string

메소드 상세

ByteToString() 공개 정적인 메소드

public static ByteToString ( byte strByte ) : string
strByte byte
리턴 string

StringToByte() 공개 정적인 메소드

public static StringToByte ( string str ) : byte[]
str string
리턴 byte[]

toHex() 공개 정적인 메소드

public static toHex ( byte b ) : string
b byte
리턴 string