Value.ToUInt64 Method

Converts the Value to an equivalent UInt64 integer using the specified IFormatProvider.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public ulong ToUInt64(
    IFormatProvider provider
)

Parameters

provider

Type: System.IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

Type: UInt64
An UInt64 integer that is equivalent to the Value.

Implements

IConvertible.ToUInt64(IFormatProvider)

Reference

Value Class

TcHmiSrv Namespace