BinarySize.Parse Method

Overload List

Parse(ReadOnlySpan<Char>, IFormatProvider) Parses a span of characters into a BinarySize structure.
Parse(String, IFormatProvider) Parses a string into a BinarySize structure.
Parse(ReadOnlySpan<Char>, 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