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

Search Results for

    Method IParsable<ValueList<T>>.Parse

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

    Parses a string into a value.

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

    The string to parse.

    IFormatProvider provider

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

    Returns
    Type Description
    ValueList<T>

    The result of parsing s.

    Implements
    IParsable<TSelf>.Parse(string, IFormatProvider)
    Exceptions
    Type Condition
    ArgumentNullException

    s is null.

    FormatException

    s is not in the correct format.

    OverflowException

    s is not representable by ValueList<T>.

    © Singulink. All rights reserved.