Puts a string into the buffer at the specified index, using the character set to encode the string as bytes.

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Function PutString ( _
	v As String, _
	e As Encoding _
) As ByteBuffer
C#
public ByteBuffer PutString(
	string v,
	Encoding e
)
Visual C++
public:
ByteBuffer^ PutString(
	String^ v, 
	Encoding^ e
)

Parameters

v
Type: System..::..String
The string
e
Type: System.Text..::..Encoding
The character set

Return Value

The buffer

See Also