BinaryConverter.GetBytes

GetBytes(bool)

public byte[] GetBytes(bool value)

See Also


GetBytes(short)

public abstract byte[] GetBytes(short value)

See Also


GetBytes(int)

public abstract byte[] GetBytes(int value)

See Also


GetBytes(long)

public abstract byte[] GetBytes(long value)

See Also


GetBytes(char)

public byte[] GetBytes(char value)

See Also


GetBytes(ushort)

public byte[] GetBytes(ushort value)

See Also


GetBytes(uint)

public byte[] GetBytes(uint value)

See Also


GetBytes(ulong)

public byte[] GetBytes(ulong value)

See Also


GetBytes(float)

public byte[] GetBytes(float value)

See Also


GetBytes(double)

public byte[] GetBytes(double value)

See Also