VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / BigEndianImageSource Class / ToInt64(Int64) Method
Syntax Requirements SeeAlso
In This Topic
    ToInt64(Int64) Method (BigEndianImageSource)
    In This Topic
    Converts 64-bit signed value from little-endian to big-endian format.
    Syntax
    'Declaration
    
    Public Overrides Function ToInt64( _
    ByVal value
    64-bit signed value stored in little-endian format.
    As Long _
    ) As Long
    public override long ToInt64(
    long value
    )
    public: long ToInt64(
    long value
    ); override
    public:
    long ToInt64(
    long value
    ); override

    Parameters

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

    Return Value

    64-bit signed 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