IFormatterConverter.ToUInt64(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 64-bit unsigned integer.
public:
System::UInt64 ToUInt64(System::Object ^ value);
public ulong ToUInt64 (object value);
[System.CLSCompliant(false)]
public ulong ToUInt64 (object value);
abstract member ToUInt64 : obj -> uint64
[<System.CLSCompliant(false)>]
abstract member ToUInt64 : obj -> uint64
Public Function ToUInt64 (value As Object) As ULong
Parameters
- value
- Object
The object to be converted.
Returns
The converted value
.
- Attributes
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.