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

    Parameters

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

    Return Value

    32-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