FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Method ISpanParsable<FileId>.TryParse

    ISpanParsable<FileId>.TryParse(ReadOnlySpan<char>, IFormatProvider?, out FileId)

    Tries to parse a span of characters into a value.

    Declaration
    static bool ISpanParsable<FileId>.TryParse(ReadOnlySpan<char> s, IFormatProvider? provider, out FileId result)
    Parameters
    Type Name Description
    ReadOnlySpan<char> s

    The span of characters to parse.

    IFormatProvider provider

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

    FileId 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
    ISpanParsable<TSelf>.TryParse(ReadOnlySpan<char>, IFormatProvider, out TSelf)
    © Singulink. All rights reserved.