UBinarySizeTryParse Method

Overload List

TryParse(ReadOnlySpanChar, 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(ReadOnlySpanChar, 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(ReadOnlySpanChar, 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