Simply awesomeThe #1 ASP/ASP.NET Developer Community

StringBuilder.Append Method ( UInt32 )

System.Text Namespace   StringBuilder Class


Appends the string representation of a specified 32-bit unsigned integer to the end of this instance.

This method is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.

[ VB ]
<Serializable>
Overloads Public Function Append ( _
   ByVal value As UInt32 _
) As StringBuilder

[ C# ]
[Serializable]
public StringBuilder Append ( 
   uint value
);

[ C++ ]
[Serializable]
public: StringBuilder* Append ( 
   unsigned int value
);

[ JScript ]
public Serializable
function Append ( 
   value : UInt32
) : StringBuilder;

Parameters

value
The integer to append.

Return Value

A reference to this instance after the append operation has occurred.

Remarks

ToString is used to get a string representation of the integer. The capacity is adjusted as needed.

See Also

StringBuilder Members   StringBuilder.Append Overload List   UInt32


Previous page Back to top Next page

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