BinaryReader.readString

Reads string and returns it.

  1. void readString(ref T str)
  2. string readString()
    struct BinaryReader(Range = ubyte[])
    string
    readString
    (
    )
    if (
    isInputRange!Range &&
    is(ElementType!Range == ubyte)
    )

Return Value

Type: string

Read string.

See Also

readString

Meta