UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Method IParsable<ValueList<T>>.TryParse

    IParsable<ValueList<T>>.TryParse(string?, IFormatProvider?, out ValueList<T>)

    Tries to parse a string into a value.

    Declaration
    static bool IParsable<ValueList<T>>.TryParse(string? s, IFormatProvider? provider, out ValueList<T> result)
    Parameters
    Type Name Description
    string s

    The string to parse.

    IFormatProvider provider

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

    ValueList<T> result

    When this method returns, contains the result of successfully parsing s or an undefined value on failure.

    Returns
    Type Description
    bool

    true if s was successfully parsed; otherwise, false.

    Implements
    IParsable<TSelf>.TryParse(string, IFormatProvider, out TSelf)
    © Singulink. All rights reserved.