ByteQuantifiedSize.TryParse method
Converts the string representation of a number into its byte-quantified size equivalent. A return value indicates whether the conversion succeeded or failed.
Overload list
Name | Description | |
---|---|---|
TryParse(String, ByteQuantifiedSize) | Converts the string representation of a number into its byte-quantified size equivalent. A return value indicates whether the conversion succeeded or failed. | |
TryParse(String, ByteQuantifiedSize.Quantifier, ByteQuantifiedSize) | Converts the string representation of a number with a specified unit into its byte-quantified size equivalent. A return value indicates whether the conversion succeeded or failed. |
Top