.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ToPrettyString Method

    ToPrettyString()

    Formats this capacity.

    Declaration
    public string ToPrettyString()
    Returns
    string

    The formatted capacity.

    ToPrettyString(long)

    Formats the capacity.

    Declaration
    public static string ToPrettyString(long capacity)
    Parameters
    long capacity

    The capacity.

    Returns
    string

    The formatted capacity.

    ToPrettyString(long, MemoryUnit)

    Formats the capacity.

    Declaration
    public static string ToPrettyString(long capacity, MemoryUnit unit)
    Parameters
    long capacity

    The capacity.

    MemoryUnit unit

    The capacity unit.

    Returns
    string

    The formatted capacity.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.