public static UIecBinarySize Parse(
ReadOnlySpan<char> s,
IFormatProvider? provider
)
Public Shared Function Parse (
s As ReadOnlySpan(Of Char),
provider As IFormatProvider
) As UIecBinarySize
public:
static UIecBinarySize Parse(
ReadOnlySpan<wchar_t> s,
IFormatProvider^ provider
)
static member Parse :
s : ReadOnlySpan<char> *
provider : IFormatProvider -> UIecBinarySize
This method behaves identical to the UBinarySizeParse(ReadOnlySpanChar, BinarySizeOptions, NumberStyles, IFormatProvider) method with the BinarySizeOptionsUseIecStandard flag.
FormatException | s is not in the correct format. |
OverflowException | s is not representable as a UBinarySize. |