Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SecurityDriven
Inferno
Extensions
SerializationExtensions
C# 클래스 SecurityDriven.Inferno.Extensions.SerializationExtensions
파일 보기
프로젝트 열기: sdrapkin/SecurityDriven.Inferno
공개 메소드들
메소드
설명
FromBytes
(
this
bytes
) :
string
FromBytes
(
this
bytesSegment
) :
string
ToBytes
(
this
str
) :
byte[]
메소드 상세
FromBytes()
공개
정적인
메소드
public
static
FromBytes
(
this
bytes
) :
string
bytes
this
리턴
string
FromBytes()
공개
정적인
메소드
public
static
FromBytes
(
this
bytesSegment
) :
string
bytesSegment
this
리턴
string
ToBytes()
공개
정적인
메소드
public
static
ToBytes
(
this
str
) :
byte[]
str
this
리턴
byte[]