Skip to content

format

typescript
MemoryStream.SetStringArray(val)

class: MemoryStream

description

Writes string array data.

parameter

param_nametypedescription
valstring[]The string array to write.

reture

typedescription
void

code example