IFormatterConverter.ToUInt64(Object) Method

Definition

Converts a value to a 64-bit unsigned integer.

public:
 System::UInt64 ToUInt64(System::Object ^ value);
public ulong ToUInt64(object value);
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.

Applies to