.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    Parse Method

    Parse(string)

    Converts the string representation of a time to its HLocalTime representation.

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

    A string containing a time to convert.

    Returns
    HLocalTime

    A HLocalTime equivalent to the time contained in s.

    Exceptions
    FormatException

    The s string cannot be parsed.

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