BinaryConverter.GetBytes

GetBytes(bool)

public byte[] GetBytes(bool value)

另见


GetBytes(short)

public abstract byte[] GetBytes(short value)

另见


GetBytes(int)

public abstract byte[] GetBytes(int value)

另见


GetBytes(long)

public abstract byte[] GetBytes(long value)

另见


GetBytes(char)

public byte[] GetBytes(char value)

另见


GetBytes(ushort)

public byte[] GetBytes(ushort value)

另见


GetBytes(uint)

public byte[] GetBytes(uint value)

另见


GetBytes(ulong)

public byte[] GetBytes(ulong value)

另见


GetBytes(float)

public byte[] GetBytes(float value)

另见


GetBytes(double)

public byte[] GetBytes(double value)

另见