C# 클래스 Woopsa.WoopsaJsonDataExtensions

파일 보기 프로젝트 열기: woopsa-protocol/Woopsa

공개 메소드들

메소드 설명
Serialize ( this data ) : string
ToBool ( this data ) : bool
ToByte ( this data ) : Byte
ToDouble ( this data ) : double
ToFloat ( this data ) : float
ToInt16 ( this data ) : Int16
ToInt32 ( this data ) : Int32
ToInt64 ( this data ) : System.Int64
ToSByte ( this data ) : SByte
ToUInt16 ( this data ) : UInt16
ToUInt32 ( this data ) : UInt32
ToUInt64 ( this data ) : System.UInt64

메소드 상세

Serialize() 공개 정적인 메소드

public static Serialize ( this data ) : string
data this
리턴 string

ToBool() 공개 정적인 메소드

public static ToBool ( this data ) : bool
data this
리턴 bool

ToByte() 공개 정적인 메소드

public static ToByte ( this data ) : Byte
data this
리턴 Byte

ToDouble() 공개 정적인 메소드

public static ToDouble ( this data ) : double
data this
리턴 double

ToFloat() 공개 정적인 메소드

public static ToFloat ( this data ) : float
data this
리턴 float

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this data ) : Int16
data this
리턴 System.Int16

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this data ) : Int32
data this
리턴 System.Int32

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this data ) : System.Int64
data this
리턴 System.Int64

ToSByte() 공개 정적인 메소드

public static ToSByte ( this data ) : SByte
data this
리턴 SByte

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( this data ) : UInt16
data this
리턴 System.UInt16

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( this data ) : UInt32
data this
리턴 System.UInt32

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( this data ) : System.UInt64
data this
리턴 System.UInt64