Skip to content

format

typescript
MemoryStream.SetString(val)

class: MemoryStream

description

Writes string data.

parameter

param_nametypedescription
valstringThe string to be written.

reture

typedescription
void

code example