IFormatterConverter.ToUInt32(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Converts a value to a 32-bit unsigned integer.
public:
System::UInt32 ToUInt32(System::Object ^ value);
public uint ToUInt32 (object value);
[System.CLSCompliant(false)]
public uint ToUInt32 (object value);
abstract member ToUInt32 : obj -> uint32
[<System.CLSCompliant(false)>]
abstract member ToUInt32 : obj -> uint32
Public Function ToUInt32 (value As Object) As UInteger
Parameters
- value
- Object
The object to be converted.
Returns
The converted value
.
- Attributes
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.