.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    Parse Method

    Parse(string, CultureInfo)

    Converts the string representation of a number to its HBigDecimal equivalent.

    Declaration
    public static HBigDecimal Parse(string s, CultureInfo cultureInfo)
    Parameters
    string s

    A string containing a number to convert.

    CultureInfo cultureInfo

    An object that supplies culture-specific formatting information about s.

    Returns
    HBigDecimal

    A HBigDecimal equivalent to the number contained in s.

    Parse(string)

    Converts the string representation of a number to its HBigDecimal equivalent.

    Declaration
    public static HBigDecimal Parse(string s)
    Parameters
    string s

    A string containing a number to convert.

    Returns
    HBigDecimal

    A HBigDecimal equivalent to the number contained in s.

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