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

Search Results for

    Method IParsable<Base64Bytes>.TryParse

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

    Tries to parse a string into a value.

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

    The string to parse.

    IFormatProvider provider

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

    Base64Bytes 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.