Puts a string into the buffer at the specified index, using the
character set to encode the string as bytes.
Namespace:
Kaazing.HTML5Assembly: 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 ) |