UBinarySize.TryParse Method

Overload List

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

See Also