System.Text Namespace StringBuilder Class
Appends the string representation of a specified 64-bit signed integer to the end of this instance.
[ VB ] <Serializable> Overloads Public Function Append ( _ ByVal value As Long _ ) As StringBuilder [ C# ] [Serializable] public StringBuilder Append ( long value ); [ C++ ] [Serializable] public: StringBuilder* Append ( __int64 value ); [ JScript ] public Serializable function Append ( value : long ) : StringBuilder;
A reference to this instance after the append operation has occurred.
ToString is used to get a string representation of the integer. The capacity is adjusted as needed.
StringBuilder Members StringBuilder.Append Overload List Int64
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note