.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    TryParse Method

    TryParse(string, out HLocalDate)

    Converts the string representation of a date to its HLocalDate representation. A return value indicates whether the operation succeeded.

    Declaration
    public static bool TryParse(string s, out HLocalDate localDate)
    Parameters
    string s

    A string containing a date to convert.

    HLocalDate localDate

    When this method returns, contains the HLocalDate equivalent of the date in s, if the conversion succeeded, or zero if the conversion failed.

    Returns
    bool

    true if s was converted successfully; otherwise, false.

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