LumiSoft Net Help
Append Method (value)
NamespacesLumiSoft.NetByteBuilderAppend(String)
Appends specified string value to the buffer. String is encoded with Charset.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Append(
	string value
)
Public Sub Append ( 
	value As String
)
public:
void Append(
	String^ value
)
member Append : 
        value : string -> unit 
Parameters
value (String)
String value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs aised when value is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119