toMachineOrder

Returns a string which is str converted to machine order.

If the string has no BOM the specified fallback endian will be used.

  1. nwstring toMachineOrder(inout(wchar)[] str, Endianess fallbackEndian)
    @nogc
    toMachineOrder
  2. nwstring toMachineOrder(nwstring str)

Meta