프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DecodeIfNeeded | void | ||
EncodeIfNeeded | void | ||
EqualsEncoded | bool | ||
MessagePackString | System | ||
SlowEquals | bool | ||
UnsafeFastEquals | bool |
메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetBytes ( ) : byte[] | ||
GetHashCode ( ) : int | ||
GetString ( ) : string | ||
GetUnderlyingType ( ) : |
||
MessagePackString ( byte encoded, bool isBinary ) : System | ||
MessagePackString ( string decoded ) : System | ||
ToString ( ) : string | ||
TryGetString ( ) : string | ||
UnsafeGetBuffer ( ) : byte[] | ||
UnsafeGetString ( ) : string |
메소드 | 설명 | |
---|---|---|
DecodeIfNeeded ( ) : void | ||
EncodeIfNeeded ( ) : void | ||
EqualsEncoded ( |
||
MessagePackString ( |
||
SlowEquals ( byte x, byte y ) : bool | ||
UnsafeFastEquals ( byte x, byte y ) : bool |
public MessagePackString ( byte encoded, bool isBinary ) : System | ||
encoded | byte | |
isBinary | bool | |
리턴 | System |
public MessagePackString ( string decoded ) : System | ||
decoded | string | |
리턴 | System |