ConversionToUInt32(Object) Method
Return the Unsigned Integer representation of the specified object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static uint ToUInt32(
Object value
)
Public Shared Function ToUInt32 (
value As Object
) As UInteger
No code example is currently available or this language may not be supported.
- value Object
-
Numeric value.
UInt32
UInt32 value converted from the abstract object.