ValueConverter Class |
Namespace: SampSharp.Core.Communication
public static class ValueConverter
The ValueConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetBytes(Boolean) |
Gets the bytes representing the specified value.
|
![]() ![]() | GetBytes(Int32) |
Gets the bytes representing the specified value.
|
![]() ![]() | GetBytes(Single) |
Gets the bytes representing the specified value.
|
![]() ![]() | GetBytes(UInt16) |
Gets the bytes representing the specified value.
|
![]() ![]() | GetBytes(UInt32) |
Gets the bytes representing the specified value.
|
![]() ![]() | GetBytes(String, Encoding) |
Gets the bytes representing the specified value.
|
![]() ![]() | ToBoolean(Int32) |
Converts the specified value to a Boolean |
![]() ![]() | ToBoolean(Byte, Int32) | |
![]() ![]() | ToInt32(Boolean) |
Converts the specified value to a Int32 |
![]() ![]() | ToInt32(Single) |
Converts the specified value to a Int32 |
![]() ![]() | ToInt32(Byte, Int32) | |
![]() ![]() | ToSingle(Int32) |
Converts the specified value to a Single |
![]() ![]() | ToSingle(Byte, Int32) | |
![]() ![]() | ToString | |
![]() ![]() | ToUInt16 | |
![]() ![]() | ToUint32 |
Converts the specified value to a UInt32 |
![]() ![]() | ToUInt32 | |
![]() ![]() | ToVersion |