BinarySizeParse Method

Overload List

Parse(ReadOnlySpanChar, IFormatProvider) Parses a span of characters into a BinarySize structure.
Parse(String, IFormatProvider) Parses a string into a BinarySize structure.
Parse(ReadOnlySpanChar, BinarySizeOptions, NumberStyles, IFormatProvider) Parses a span of characters into a BinarySize structure.
Parse(String, BinarySizeOptions, NumberStyles, IFormatProvider) Parses a string into a BinarySize structure.

See Also