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

    Parameters

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

    Return Value

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