FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Method ISpanParsable<FileId>.Parse

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

    Parses a span of characters into a value.

    Declaration
    static FileId ISpanParsable<FileId>.Parse(ReadOnlySpan<char> s, IFormatProvider? provider)
    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.

    Returns
    Type Description
    FileId

    The result of parsing s.

    Implements
    ISpanParsable<TSelf>.Parse(ReadOnlySpan<char>, IFormatProvider)
    Exceptions
    Type Condition
    FormatException

    s is not in the correct format.

    OverflowException

    s is not representable by FileId.

    © Singulink. All rights reserved.