Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SyrupPayJose
Utils
StringUtils
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