ToString Method (UInt32)

XmlConvert.ToString Method (UInt32)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the UInt32 to a String.

This API is not CLS-compliant. 

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function ToString ( _
	value As UInteger _
) As String

Parameters

value
Type: System.UInt32
The value to convert.

Return Value

Type: System.String
A string representation of the UInt32.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft