VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / BigEndianImageSource Class / ToUInt64(UInt64) Method
Syntax Requirements SeeAlso
In This Topic
    ToUInt64(UInt64) Method (BigEndianImageSource)
    In This Topic
    Converts 64-bit unsigned value from little-endian to big-endian format.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Overrides Function ToUInt64( _
    ByVal value
    64-bit unsigned value stored in little-endian format.
    As ULong _
    ) As ULong
    [CLSCompliant(False)]
    public override ulong ToUInt64(
    ulong value
    )
    [CLSCompliant(False)]
    public: ulong ToUInt64(
    ulong value
    ); override
    [CLSCompliant(False)]
    public:
    ulong ToUInt64(
    ulong value
    ); override

    Parameters

    value
    64-bit unsigned value stored in little-endian format.

    Return Value

    64-bit unsigned value stored in big-endian format.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also