TryParse(ReadOnlySpan<Char>, BinarySize) | Tries to parse a span of characters into a BinarySize structure. |
TryParse(String, BinarySize) | Tries to parse a string into a BinarySize structure. |
TryParse(ReadOnlySpan<Char>, IFormatProvider, BinarySize) | Tries to parse a span of characters into a BinarySize structure. |
TryParse(String, IFormatProvider, BinarySize) | Tries to parse a string into a BinarySize structure. |
TryParse(ReadOnlySpan<Char>, BinarySizeOptions, NumberStyles, IFormatProvider, BinarySize) | Tries to parse a span of characters into a BinarySize structure. |
TryParse(String, BinarySizeOptions, NumberStyles, IFormatProvider, BinarySize) | Tries to parse a string into a BinarySize structure. |