String.convertBufferToString()

Signature

String convertBufferToString(Object stringBuffer)

Domain

action, condition

Parameters

NameTypeDescription
stringBufferObjectThe buffer created using createBuffer().

Returns

TypeDescription
StringRepresentation of the buffer.

Cautions

Buffer parameter should not be null.

See Also

Object createBuffer(int size)