public static bool TryParse(
string? s,
IFormatProvider? provider,
out IecBinarySize? result
)
Public Shared Function TryParse (
s As String,
provider As IFormatProvider,
<OutAttribute> ByRef result As IecBinarySize
) As Boolean
public:
static bool TryParse(
String^ s,
IFormatProvider^ provider,
[OutAttribute] IecBinarySize% result
)
static member TryParse :
s : string *
provider : IFormatProvider *
result : IecBinarySize byref -> bool
This method behaves identical to the BinarySizeTryParse(String, BinarySizeOptions, NumberStyles, IFormatProvider, BinarySize) method with the BinarySizeOptionsUseIecStandard flag.