Свойство | Type | Description | |
---|---|---|---|
DecodeIfNeeded | void | ||
EncodeIfNeeded | void | ||
EqualsEncoded | bool | ||
MessagePackString | System | ||
SlowEquals | bool | ||
UnsafeFastEquals | bool |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
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 | |
Résultat | System |
public MessagePackString ( string decoded ) : System | ||
decoded | string | |
Résultat | System |