.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    EndiannessExtensions Class

    Namespace: Hazelcast.Core
    Assembly: Hazelcast.Net.dll

    Provides extension methods to the Endianness enumeration.

    public static class EndiannessExtensions
    Inheritance
    Object
    EndiannessExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()

    Properties

    NativeEndianness

    Gets the native endianness of the computer architecture where the code is executing.

    Methods

    IsBigEndian(Endianness)

    Determines whether this endianness is 'big-endian'.

    IsLittleEndian(Endianness)

    Determines whether this endianness is 'little-endian'.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.