FlatBufferBuilder.createString

Encode the string s in the buffer using UTF-8.

class FlatBufferBuilder
uint
createString
(
string s
)

Parameters

s string

The string to encode.

Return Value

Type: uint

The offset in the buffer where the encoded string starts.

Meta